Changeset 1174 for trunk/Source/System/Cluster/Base/OSGRemoteAspect.cpp
- Timestamp:
- 04/17/08 06:20:11 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Base/OSGRemoteAspect.cpp
r1141 r1174 139 139 /* Remote aspect functionaliy */ 140 140 141 /*! <EM>receiveSync</EM>reads changes from the given connection and141 /*! \e receiveSync reads changes from the given connection and 142 142 * applies them to the current thread aspect. 143 * Functors for registered types are called, if they occur ein the143 * Functors for registered types are called, if they occur in the 144 144 * sync stream. 145 145 * … … 673 673 */ 674 674 675 bool RemoteAspect::callCreated(const FieldContainerPtr &fcp)675 bool RemoteAspect::callCreated(const FieldContainerPtr fcp) 676 676 { 677 677 bool result; … … 695 695 */ 696 696 697 bool RemoteAspect::callDestroyed(const FieldContainerPtr &fcp)697 bool RemoteAspect::callDestroyed(const FieldContainerPtr fcp) 698 698 { 699 699 bool result; … … 717 717 */ 718 718 719 bool RemoteAspect::callChanged(const FieldContainerPtr &fcp)719 bool RemoteAspect::callChanged(const FieldContainerPtr fcp) 720 720 { 721 721 bool result;
