Show
Ignore:
Timestamp:
10/24/07 19:30:30 (10 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.h

    r783 r988  
    5757 */ 
    5858 
    59 typedef FieldContainerPtr (*PrototypeCreateF)(void); 
     59typedef FieldContainerPtr (*ProtoContainerCreateF)(void); 
    6060 
    6161/*! \ingroup GrpSystemFieldContainer 
     
    8686                       const Char8                *szGroupName        = NULL, 
    8787                       const UInt32                uiNameSpace        =    0, 
    88                              PrototypeCreateF      fPrototypeCreate   = NULL, 
     88                             ProtoContainerCreateF fPrototypeCreate   = NULL, 
    8989                             InitContainerF        fInitMethod        = NULL, 
    9090                             InitalInsertDescFunc  descInsertFunc     = NULL, 
     
    197197    /*! \{                                                                 */ 
    198198 
    199     BaseType          _baseType; 
    200  
    201     FieldContainerPtr _pPrototype; 
    202     PrototypeCreateF _fPrototypeCreate; 
    203  
    204     InitContainerF    _fInitMethod; 
    205  
    206     std::string       _fcdXML;   /*!< The raw xml text of the fcd describing this type. */ 
    207     std::string       _typeDoc;  /*!< The documentation string for this type. */ 
     199    BaseType              _baseType; 
     200 
     201    FieldContainerPtr     _pPrototype; 
     202    ProtoContainerCreateF _fPrototypeCreate; 
     203 
     204    InitContainerF        _fInitMethod; 
     205 
     206    std::string           _fcdXML;   /*!< The raw xml text of the fcd describing this type. */ 
     207    std::string           _typeDoc;  /*!< The documentation string for this type. */ 
    208208 
    209209    /*! \}                                                                 */