Show
Ignore:
Timestamp:
06/09/08 01:10:45 (5 months ago)
Author:
vossg
Message:

Base rebuild

changed: removed osg1 compat field interfaces (handled by 1.x)
fixed : pass pod by value and non-pod by reference

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindowBase.h

    r1197 r1288  
    143143 
    144144 
    145 #ifdef OSG_1_GET_COMPAT 
    146                   SFUInt32            *getSFHServers        (void); 
    147 #endif 
    148145                  SFUInt32            *editSFHServers       (void); 
    149146            const SFUInt32            *getSFHServers        (void) const; 
    150147 
    151 #ifdef OSG_1_GET_COMPAT 
    152                   SFUInt32            *getSFVServers        (void); 
    153 #endif 
    154148                  SFUInt32            *editSFVServers       (void); 
    155149            const SFUInt32            *getSFVServers        (void) const; 
    156150 
    157 #ifdef OSG_1_GET_COMPAT 
    158                   SFBool              *getSFManageClientViewports (void); 
    159 #endif 
    160151                  SFBool              *editSFManageClientViewports(void); 
    161152            const SFBool              *getSFManageClientViewports (void) const; 
    162153 
    163 #ifdef OSG_1_GET_COMPAT 
    164                   SFInt32             *getSFXOverlap        (void); 
    165 #endif 
    166154                  SFInt32             *editSFXOverlap       (void); 
    167155            const SFInt32             *getSFXOverlap        (void) const; 
    168156 
    169 #ifdef OSG_1_GET_COMPAT 
    170                   SFInt32             *getSFYOverlap        (void); 
    171 #endif 
    172157                  SFInt32             *editSFYOverlap       (void); 
    173158            const SFInt32             *getSFYOverlap        (void) const; 
    174159 
    175160 
    176 #ifdef OSG_1_GET_COMPAT 
    177                   UInt32              &getHServers        (void); 
    178 #endif 
    179161                  UInt32              &editHServers       (void); 
    180             const UInt32               getHServers        (void) const; 
    181  
    182 #ifdef OSG_1_GET_COMPAT 
    183                   UInt32              &getVServers        (void); 
    184 #endif 
     162                  UInt32               getHServers        (void) const; 
     163 
    185164                  UInt32              &editVServers       (void); 
    186             const UInt32               getVServers        (void) const; 
    187  
    188 #ifdef OSG_1_GET_COMPAT 
    189                   bool                &getManageClientViewports (void); 
    190 #endif 
     165                  UInt32               getVServers        (void) const; 
     166 
    191167                  bool                &editManageClientViewports(void); 
    192             const bool                 getManageClientViewports (void) const; 
    193  
    194 #ifdef OSG_1_GET_COMPAT 
    195                   Int32               &getXOverlap        (void); 
    196 #endif 
     168                  bool                 getManageClientViewports (void) const; 
     169 
    197170                  Int32               &editXOverlap       (void); 
    198             const Int32                getXOverlap        (void) const; 
    199  
    200 #ifdef OSG_1_GET_COMPAT 
    201                   Int32               &getYOverlap        (void); 
    202 #endif 
     171                  Int32                getXOverlap        (void) const; 
     172 
    203173                  Int32               &editYOverlap       (void); 
    204             const Int32                getYOverlap        (void) const; 
     174                  Int32                getYOverlap        (void) const; 
    205175 
    206176    /*! \}                                                                 */ 
     
    209179    /*! \{                                                                 */ 
    210180 
    211             void setHServers       (const UInt32 &value); 
    212             void setVServers       (const UInt32 &value); 
    213             void setManageClientViewports(const bool &value); 
    214             void setXOverlap       (const Int32 &value); 
    215             void setYOverlap       (const Int32 &value); 
     181            void setHServers       (const UInt32 value); 
     182            void setVServers       (const UInt32 value); 
     183            void setManageClientViewports(const bool value); 
     184            void setXOverlap       (const Int32 value); 
     185            void setYOverlap       (const Int32 value); 
    216186 
    217187    /*! \}                                                                 */