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

Diff for /pegasus/src/Pegasus/Common/Exception.cpp between version 1.32 and 1.33

version 1.32, 2002/04/06 02:52:19 version 1.33, 2002/04/09 03:00:19
Line 30 
Line 30 
  
 #include <cstdio> #include <cstdio>
 #include "Exception.h" #include "Exception.h"
   #include "Tracer.h"
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 61 
Line 62 
     _message.append(lineStr);     _message.append(lineStr);
     _message.append("): ");     _message.append("): ");
     _message.append(message);     _message.append(message);
   
       // ATTN-RK-P3-20020408: Should define a "test" trace component
       PEG_TRACE_STRING(TRC_SERVER, Tracer::LEVEL2, _message);
 } }
  
 const char OutOfBounds::MSG[] = "out of bounds"; const char OutOfBounds::MSG[] = "out of bounds";


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2