freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RFA: Reorder Initializers (2 of 3)


From: Jeffrey Oldham
Subject: RFA: Reorder Initializers (2 of 3)
Date: Wed, 28 Mar 2001 15:39:05 -0800
User-agent: Mutt/1.2.5i

The large patch I sent out yesterday was too complicated.  Thus, I
have split it into five pieces:

1) Add typenames.                        
2) Reorder constructor initializers.    <-- this patch
3) Other changes.
4) Preprocessor changes. (withdrawn)
5) Changes to deprecated directories. (withdrawn)

I withdraw the large patch.  (I cut the large patch apart by hand so
small typos may be present.)

Scott Haney indicated he wants to review these changes.

2001-03-27  Jeffrey D. Oldham  <address@hidden>

        * Array/PrintArray.h (PrintArray::PrintArray): Reorder
        constructor's initializers to reflect class declaration order.
        * Domain/Grid.h (Grid::Grid): Add a base class initializer.
        * Engine/IndexFunctionEngine.h (Engine): Reorder constructor's
        initializers to reflect class declaration order.
        * Engine/RemoteEngine.h (GatherContextsData::GatherContextsData):
        Add a base class initializer.
        * Layout/DynamicEvents.h (CreateEvent::CreateEvent): Likewise.
        (DestroyEvent::DestroyEvent): Likewise.
        (CopyEvent::CopyEvent): Likewise.
        (CopyPatchEvent::CopyPatchEvent): Likewise.
        * Layout/GlobalIDDataBase.h (Pack::Pack): Likewise.
        * Utilities/RefCountedBlockPtr.h
        (RefBlockController::RefBlockController): Reorder constructor's
        initializers to reflect class declaration order.
        (RefCountedBlockPtr): Change preprocessor line.
        (RefCountedBlockPtr::RefCountedBlockPtr): Reorder constructor's
        initializers to reflect class declaration order.


Tested on       sequential Linux using gcc 3.1
Approved by     ???Scott Haney???

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: Mar27-reorder.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]