- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Cluster/Base/OSGRemoteAspect.h
r835 r1030 67 67 enum DataTypes 68 68 { 69 SYNCENDED = 1,70 CREATED = 2,71 DESTROYED = 3,72 NEWTYPE = 4,73 CHANGED = 5,74 ADD REFED = 6,75 SUB REFED = 7,76 IDMAPPING = 869 SYNCENDED = 1, 70 CREATED = 2, 71 DESTROYED = 3, 72 NEWTYPE = 4, 73 CHANGED = 5, 74 ADDEXTERNALREFED = 6, 75 SUBEXTERNALREFED = 7, 76 IDMAPPING = 8 77 77 }; 78 78 … … 217 217 friend class RemoteAspectFieldContainerMapper; 218 218 219 // prohibit default functions (move to 'public' if you need one)219 // prohibit default functions (move to 'public' if you need one) 220 220 221 221 RemoteAspect(const RemoteAspect &source);
