- Timestamp:
- 02/12/08 09:51:59 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Cluster/Base/OSGRemoteAspect.h
r1030 r1060 177 177 /*! \{ */ 178 178 179 bool callCreated ( const FieldContainerPtr &node);180 bool callDestroyed( const FieldContainerPtr &node);181 bool callChanged ( const FieldContainerPtr &node);179 bool callCreated (FieldContainerPtrConst node); 180 bool callDestroyed(FieldContainerPtrConst node); 181 bool callChanged (FieldContainerPtrConst node); 182 182 183 183 /*! \} */
