Show
Ignore:
Timestamp:
05/05/08 06:39:01 (4 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

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

    r1178 r1193  
    222222                  SFString            *editSFServiceInterface(void); 
    223223            const SFString            *getSFServiceInterface (void) const; 
    224             const SFUnrecWindowPtr    *getSFClientWindow    (void) const; 
     224            const SFUnrecWindowPtr    *getSFClientWindow   (void) const; 
     225                  SFUnrecWindowPtr    *editSFClientWindow   (void); 
    225226 
    226227#ifdef OSG_1_GET_COMPAT 
     
    235236                  SFUInt32            *editSFFrameCount     (void); 
    236237            const SFUInt32            *getSFFrameCount      (void) const; 
    237             const SFUnrecImageComposerPtr *getSFComposer        (void) const; 
     238            const SFUnrecImageComposerPtr *getSFComposer       (void) const; 
     239                  SFUnrecImageComposerPtr *editSFComposer       (void); 
    238240 
    239241#ifdef OSG_1_GET_COMPAT 
     
    249251#endif 
    250252                  std::string         &editServers        (const UInt32 index); 
    251             const std::string         &getServers         (const UInt32 index) const; 
    252                   MFString            &editServers        (void); 
    253             const MFString            &getServers        (void) const; 
     253            const std::string          getServers         (const UInt32 index) const; 
    254254 
    255255#ifdef OSG_1_GET_COMPAT 
     
    257257#endif 
    258258                  std::string         &editConnectionType (void); 
    259             const std::string         &getConnectionType  (void) const; 
     259            const std::string          getConnectionType  (void) const; 
    260260 
    261261#ifdef OSG_1_GET_COMPAT 
     
    263263#endif 
    264264                  std::string         &editConnectionInterface(void); 
    265             const std::string         &getConnectionInterface (void) const; 
     265            const std::string          getConnectionInterface (void) const; 
    266266 
    267267#ifdef OSG_1_GET_COMPAT 
     
    269269#endif 
    270270                  std::string         &editConnectionDestination(void); 
    271             const std::string         &getConnectionDestination (void) const; 
     271            const std::string          getConnectionDestination (void) const; 
    272272 
    273273#ifdef OSG_1_GET_COMPAT 
     
    275275#endif 
    276276                  std::string         &editConnectionParams(void); 
    277             const std::string         &getConnectionParams (void) const; 
     277            const std::string          getConnectionParams (void) const; 
    278278 
    279279#ifdef OSG_1_GET_COMPAT 
     
    281281#endif 
    282282                  UInt32              &editServicePort    (void); 
    283             const UInt32              &getServicePort     (void) const; 
     283            const UInt32              getServicePort     (void) const; 
    284284 
    285285#ifdef OSG_1_GET_COMPAT 
     
    287287#endif 
    288288                  std::string         &editServiceAddress (void); 
    289             const std::string         &getServiceAddress  (void) const; 
     289            const std::string          getServiceAddress  (void) const; 
    290290 
    291291#ifdef OSG_1_GET_COMPAT 
     
    293293#endif 
    294294                  std::string         &editServiceInterface(void); 
    295             const std::string         &getServiceInterface (void) const; 
     295            const std::string          getServiceInterface (void) const; 
    296296 
    297297                  WindowPtr getClientWindow   (void) const; 
     
    301301#endif 
    302302                  UInt32              &editInterleave     (void); 
    303             const UInt32              &getInterleave      (void) const; 
     303            const UInt32              getInterleave      (void) const; 
    304304 
    305305#ifdef OSG_1_GET_COMPAT 
     
    307307#endif 
    308308                  UInt32              &editFrameCount     (void); 
    309             const UInt32              &getFrameCount      (void) const; 
     309            const UInt32              getFrameCount      (void) const; 
    310310 
    311311                  ImageComposerPtr getComposer       (void) const; 
     
    316316#endif 
    317317                  std::string         &editAutostart      (const UInt32 index); 
    318             const std::string         &getAutostart       (const UInt32 index) const; 
    319                   MFString            &editAutostart      (void); 
    320             const MFString            &getAutostart      (void) const; 
     318            const std::string          getAutostart       (const UInt32 index) const; 
    321319 
    322320    /*! \}                                                                 */ 
     
    346344    /*! \name                Ptr MField Set                                */ 
    347345    /*! \{                                                                 */ 
    348  
    349  
    350  
    351346 
    352347    /*! \}                                                                 */