(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.11 and 1.12

version 1.11, 2007/01/12 18:15:05 version 1.12, 2007/02/13 19:21:44
Line 79 
Line 79 
     Status writeStatus;     Status writeStatus;
     try     try
     {     {
         Uint32 messageLength = (Uint32) messageBuffer.size ();          Uint32 messageLength = messageBuffer.size();
         const char * messageData = messageBuffer.getData ();         const char * messageData = messageBuffer.getData ();
  
         writeStatus =         writeStatus =


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2