(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.13.2.1 and 1.14

version 1.13.2.1, 2007/09/11 16:32:42 version 1.14, 2008/08/28 17:24:36
Line 46 
Line 46 
 # include "AnonymousPipePOSIX.cpp" # include "AnonymousPipePOSIX.cpp"
 #elif defined (PEGASUS_OS_VMS) #elif defined (PEGASUS_OS_VMS)
 # include "AnonymousPipePOSIX.cpp" # include "AnonymousPipePOSIX.cpp"
 #elif defined (PEGASUS_OS_VXWORKS)  
 # include "AnonymousPipePOSIX.cpp"  
 #else #else
 # error "Unsupported platform" # error "Unsupported platform"
 #endif #endif
Line 69 
Line 67 
     }     }
     catch (Exception & e)     catch (Exception & e)
     {     {
         PEG_TRACE_STRING (TRC_OS_ABSTRACTION, Tracer::LEVEL2,          PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL2,
             "Failed to serialize message: " + e.getMessage ());              "Failed to serialize message: %s",
               (const char*)e.getMessage().getCString()));
         PEG_METHOD_EXIT ();         PEG_METHOD_EXIT ();
         throw;         throw;
     }     }
Line 152 
Line 151 
         //         //
         //  De-serialization failed         //  De-serialization failed
         //         //
         PEG_TRACE_STRING (TRC_OS_ABSTRACTION, Tracer::LEVEL2,          PEG_TRACE ((TRC_OS_ABSTRACTION, Tracer::LEVEL2,
             "Failed to de-serialize message: " + e.getMessage ());              "Failed to de-serialize message: %s",
               (const char*)e.getMessage().getCString()));
         PEG_METHOD_EXIT ();         PEG_METHOD_EXIT ();
         throw;         throw;
     }     }


Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2