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

Diff for /pegasus/src/Pegasus/Common/InternalException.h between version 1.32 and 1.33

version 1.32, 2009/01/22 09:02:15 version 1.33, 2010/02/01 11:40:17
Line 435 
Line 435 
     virtual ~InternalSystemError();     virtual ~InternalSystemError();
 }; };
  
   class PEGASUS_COMMON_LINKAGE SocketWriteError : public Exception
   {
   public:
   
       static const char MSG[];
       static const char KEY[];
   
       SocketWriteError(const String& error);
       virtual ~SocketWriteError();
   };
  
 /** The CIMException defines the CIM exceptions that are formally defined in /** The CIMException defines the CIM exceptions that are formally defined in
     the CIM Operations over HTTP specification.  TraceableCIMException allows     the CIM Operations over HTTP specification.  TraceableCIMException allows


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