From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25860 invoked by alias); 21 Oct 2003 22:15:00 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 25841 invoked from network); 21 Oct 2003 22:14:59 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 21 Oct 2003 22:14:59 -0000 Received: from redhat.com (to-dhcp22.toronto.redhat.com [172.16.14.122]) by touchme.toronto.redhat.com (Postfix) with ESMTP id B2AD0800410; Tue, 21 Oct 2003 18:14:52 -0400 (EDT) Message-ID: <3F95AFC8.3030908@redhat.com> Date: Tue, 21 Oct 2003 22:15:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dave Brolley Cc: sid@sources.redhat.com Subject: Re: [patch][rfa] ulog enhancements. C++ issues References: <3F959E9D.2040901@redhat.com> In-Reply-To: <3F959E9D.2040901@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q4/txt/msg00028.txt.bz2 committed Dave Brolley wrote: > Hi, > > This patch fixes some problems with the ulog support and also > abstracts it into a separate utility class "logger" so that a > component can have specialized loggers in addition to the generic ulog > support logger. > > This patch also addresses some C++ language issues needed for > compilation with recent releases of gcc. > > Dave >