Show
Ignore:
Timestamp:
05/05/08 07:12:19 (3 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

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

    r1177 r1198  
    7878 
    7979    /** functor called for changed containers **/ 
    80     typedef boost::function<bool (const FieldContainerPtr,  
    81                                         RemoteAspect     *)> Functor; 
     80    typedef boost::function<bool (FieldContainer * const,  
     81                                  RemoteAspect   *      )> Functor; 
    8282 
    8383 
     
    177177    /*! \{                                                                 */ 
    178178 
    179     bool   callCreated  (const FieldContainerPtr node); 
    180     bool   callDestroyed(const FieldContainerPtr node); 
    181     bool   callChanged  (const FieldContainerPtr node); 
     179    bool   callCreated  (FieldContainer * const node); 
     180    bool   callDestroyed(FieldContainer * const node); 
     181    bool   callChanged  (FieldContainer * const node); 
    182182 
    183183    /*! \}                                                                 */ 
     
    203203    /*! \{                                                                 */ 
    204204 
    205     static bool _defaultCreatedFunction  (const FieldContainerPtr &fcp, 
    206                                                 RemoteAspect      *aspect); 
    207     static bool _defaultDestroyedFunction(const FieldContainerPtr &fcp, 
    208                                                 RemoteAspect      *aspect); 
    209     static bool _defaultChangedFunction  (const FieldContainerPtr &fcp, 
    210                                                 RemoteAspect      *aspect); 
     205    static bool _defaultCreatedFunction  (FieldContainer * const fcp, 
     206                                          RemoteAspect   *       aspect); 
     207    static bool _defaultDestroyedFunction(FieldContainer * const fcp, 
     208                                          RemoteAspect   *       aspect); 
     209    static bool _defaultChangedFunction  (FieldContainer * const fcp, 
     210                                          RemoteAspect   *       aspect); 
    211211 
    212212    static StatElemDesc<StatTimeElem> statSyncTime;