Show
Ignore:
Timestamp:
05/27/08 08:13:17 (3 months ago)
Author:
vossg
Message:

removed: old c-style casts as these hide edit/get mixups

Files:

Legend:

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

    r1198 r1249  
    379379            default: 
    380380            { 
    381                 SFATAL << "Unknown tag:" << (int) cmd << std::endl; 
     381                SFATAL << "Unknown tag:" << Int32(cmd) << std::endl; 
    382382                throw RemoteSyncError(); 
    383383            } 
     
    749749        ++remoteFCI) 
    750750    { 
    751         remoteId     = (UInt32)(remoteFCI->second); 
    752         remoteAspect = (UInt32)(remoteFCI->second>>32); 
     751        remoteId     = UInt32(remoteFCI->second); 
     752        remoteAspect = UInt32(remoteFCI->second>>32); 
    753753 
    754754        cmd = IDMAPPING;