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

Diff for /pegasus/src/Pegasus/Common/AnonymousPipePOSIX.cpp between version 1.5 and 1.5.14.1

version 1.5, 2007/06/05 09:28:23 version 1.5.14.1, 2008/07/01 15:17:55
Line 55 
Line 55 
     AnonymousPipeHandle thePipe [2];     AnonymousPipeHandle thePipe [2];
     if (pipe (thePipe) < 0)     if (pipe (thePipe) < 0)
     {     {
         PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL2,          PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL1,
             "Failed to create pipe: %s", strerror (errno)));             "Failed to create pipe: %s", strerror (errno)));
         PEG_METHOD_EXIT ();         PEG_METHOD_EXIT ();
  
Line 88 
Line 88 
     {     {
         if (sscanf (readHandle, "%d", &_readHandle) != 1)         if (sscanf (readHandle, "%d", &_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 103 
Line 103 
     {     {
         if (sscanf (writeHandle, "%d", &_writeHandle) != 1)         if (sscanf (writeHandle, "%d", &_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.5  
changed lines
  Added in v.1.5.14.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2