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/MultiDisplay/OSGMultiDisplayWindowBase.h

    r976 r979  
    117117    static const OSG::BitVector NextFieldMask = 
    118118        (TypeTraits<BitVector>::One << NextFieldId); 
     119         
     120    typedef SFUInt32               HServersFieldType; 
     121    typedef SFUInt32               VServersFieldType; 
     122    typedef SFBool                 ManageClientViewportsFieldType; 
     123    typedef SFInt32                XOverlapFieldType; 
     124    typedef SFInt32                YOverlapFieldType; 
     125         
    119126 
    120127    /*---------------------------------------------------------------------*/