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

Diff for /pegasus/src/Pegasus/Common/AnonymousPipeWindows.cpp between version 1.8 and 1.9

version 1.8, 2007/03/16 17:16:49 version 1.9, 2008/06/19 17:57:00
Line 54 
Line 54 
  
     if (!CreatePipe(&thePipe[0], &thePipe[1], &saAttr, 0))     if (!CreatePipe(&thePipe[0], &thePipe[1], &saAttr, 0))
     {     {
         PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL2,          PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL1,
             "Failed to create pipe.  Error code: %d", GetLastError()));             "Failed to create pipe.  Error code: %d", GetLastError()));
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
  
Line 87 
Line 87 
     {     {
         if (sscanf(readHandle, "%p", &_readHandle) != 1)         if (sscanf(readHandle, "%p", &_readHandle) != 1)
         {         {
             PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL2,              PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL1,
                 "Failed to create pipe: invalid read handle %s", readHandle));                 "Failed to create pipe: invalid read handle %s", readHandle));
             PEG_METHOD_EXIT();             PEG_METHOD_EXIT();
  
Line 102 
Line 102 
     {     {
         if (sscanf(writeHandle, "%p", &_writeHandle) != 1)         if (sscanf(writeHandle, "%p", &_writeHandle) != 1)
         {         {
             PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL2,              PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL1,
                 "Failed to create pipe: invalid write handle %s", writeHandle));                 "Failed to create pipe: invalid write handle %s", writeHandle));
             PEG_METHOD_EXIT();             PEG_METHOD_EXIT();
  


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2