Changeset 1177 for trunk/Source/System/Cluster/Base/OSGRemoteAspect.h
- Timestamp:
- 04/18/08 04:05:46 (6 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
r1174 r1177 78 78 79 79 /** functor called for changed containers **/ 80 typedef boost::function<bool ( FieldContainerPtrConstArg,81 RemoteAspect*)> Functor;80 typedef boost::function<bool (const FieldContainerPtr, 81 RemoteAspect *)> Functor; 82 82 83 83
