Show
Ignore:
Timestamp:
04/17/08 06:20:11 (4 months ago)
Author:
vossg
Message:

changed: continue to merge remaining changes from carstens branch

Files:

Legend:

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

    r1141 r1174  
    139139/*                          Remote aspect functionaliy                     */ 
    140140 
    141 /*! <EM>receiveSync</EM> reads changes from the given connection and 
     141/*! \e receiveSync reads changes from the given connection and 
    142142 *  applies them to the current thread aspect. 
    143  *  Functors for registered types are called, if they occure in the 
     143 *  Functors for registered types are called, if they occur in the 
    144144 *  sync stream. 
    145145 *  
     
    673673 */ 
    674674 
    675 bool RemoteAspect::callCreated(const FieldContainerPtr &fcp) 
     675bool RemoteAspect::callCreated(const FieldContainerPtr fcp) 
    676676{ 
    677677    bool    result; 
     
    695695 */ 
    696696 
    697 bool RemoteAspect::callDestroyed(const FieldContainerPtr &fcp) 
     697bool RemoteAspect::callDestroyed(const FieldContainerPtr fcp) 
    698698{ 
    699699    bool    result; 
     
    717717 */ 
    718718 
    719 bool RemoteAspect::callChanged(const FieldContainerPtr &fcp) 
     719bool RemoteAspect::callChanged(const FieldContainerPtr fcp) 
    720720{ 
    721721    bool    result;