Show
Ignore:
Timestamp:
10/21/07 16:27:52 (1 year ago)
Author:
cneumann
Message:

added: typedefs for types of member fields in fc

missing includes

NOTE: Edit/GetFieldHandles are not functional right now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGClusterWindowBase.h

    r976 r979  
    149149    static const OSG::BitVector NextFieldMask = 
    150150        (TypeTraits<BitVector>::One << NextFieldId); 
     151         
     152    typedef MFString               ServersFieldType; 
     153    typedef SFString               ConnectionTypeFieldType; 
     154    typedef SFString               ConnectionInterfaceFieldType; 
     155    typedef SFString               ConnectionDestinationFieldType; 
     156    typedef SFString               ConnectionParamsFieldType; 
     157    typedef SFUInt32               ServicePortFieldType; 
     158    typedef SFString               ServiceAddressFieldType; 
     159    typedef SFString               ServiceInterfaceFieldType; 
     160    typedef SFWindowInternalRefPtr ClientWindowFieldType; 
     161    typedef SFUInt32               InterleaveFieldType; 
     162    typedef SFUInt32               FrameCountFieldType; 
     163    typedef SFImageComposerInternalRefPtr ComposerFieldType; 
     164    typedef MFString               AutostartFieldType; 
     165         
    151166 
    152167    /*---------------------------------------------------------------------*/