Changeset 1249 for trunk/Source/System/Cluster/Base/OSGRemoteAspect.cpp
- Timestamp:
- 05/27/08 08:13:17 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Base/OSGRemoteAspect.cpp
r1198 r1249 379 379 default: 380 380 { 381 SFATAL << "Unknown tag:" << (int) cmd<< std::endl;381 SFATAL << "Unknown tag:" << Int32(cmd) << std::endl; 382 382 throw RemoteSyncError(); 383 383 } … … 749 749 ++remoteFCI) 750 750 { 751 remoteId = (UInt32)(remoteFCI->second);752 remoteAspect = (UInt32)(remoteFCI->second>>32);751 remoteId = UInt32(remoteFCI->second); 752 remoteAspect = UInt32(remoteFCI->second>>32); 753 753 754 754 cmd = IDMAPPING;
