Changeset 1174 for trunk/Source/System/Cluster/Base/OSGRemoteAspect.h
- Timestamp:
- 04/17/08 06:20:11 (8 months ago)
- Files:
-
- trunk/Source/System/Cluster/Base/OSGRemoteAspect.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Base/OSGRemoteAspect.h
r835 r1174 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 (const FieldContainerPtr node); 180 bool callDestroyed(const FieldContainerPtr node); 181 bool callChanged (const FieldContainerPtr node); 182 182 183 183 /*! \} */
