Show
Ignore:
Timestamp:
10/24/07 19:30:30 (11 months ago)
Author:
cneumann
Message:

fixed: FieldBundle? templates, pointers and fields updated

lots of compile errors - some remain

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/FieldContainer/Base/OSGFieldContainerType.cpp

    r934 r988  
    6464*/ 
    6565FieldContainerType::FieldContainerType( 
    66     const Char8                *szName, 
    67     const Char8                *szParentName, 
    68     const Char8                *szGroupName, 
    69     const UInt32                uiNameSpace, 
    70           PrototypeCreateF      fPrototypeCreate, 
    71           InitContainerF        fInitMethod, 
    72           InitalInsertDescFunc  descInsertFunc, 
    73           bool                  bDescsAddable, 
    74           BitVector             bvUnmarkedOnCreate, 
    75           std::string           fcdXML, 
    76           std::string           typeDoc) : 
     66    const Char8                *szName, 
     67    const Char8                *szParentName, 
     68    const Char8                *szGroupName, 
     69    const UInt32                uiNameSpace, 
     70          ProtoContainerCreateF  fPrototypeCreate, 
     71          InitContainerF        fInitMethod, 
     72          InitalInsertDescFunc  descInsertFunc, 
     73          bool                  bDescsAddable, 
     74          BitVector              bvUnmarkedOnCreate, 
     75          std::string            fcdXML, 
     76          std::string            typeDoc) : 
    7777 
    7878     Inherited       (szName,