(file) Return to AnonymousPipe.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/AnonymousPipe.cpp between version 1.10 and 1.11

version 1.10, 2006/11/30 11:50:32 version 1.11, 2007/01/12 18:15:05
Line 82 
Line 82 
         Uint32 messageLength = (Uint32) messageBuffer.size ();         Uint32 messageLength = (Uint32) messageBuffer.size ();
         const char * messageData = messageBuffer.getData ();         const char * messageData = messageBuffer.getData ();
  
         writeStatus = writeBuffer ((const char *) &messageLength,          writeStatus =
             sizeof (Uint32));              writeBuffer((const char*) &messageLength, sizeof(Uint32));
  
         if (writeStatus == STATUS_SUCCESS)         if (writeStatus == STATUS_SUCCESS)
         {         {
             writeStatus = writeBuffer (messageBuffer.getData (),              writeStatus = writeBuffer(messageData, messageLength);
                 messageLength);  
         }         }
     }     }
     catch (...)     catch (...)


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2