(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.31 and 1.32

version 1.31, 2008/12/16 18:56:00 version 1.32, 2009/01/22 09:02:15
Line 263 
Line 263 
 }; };
  
 // ATTN: P3  KS documentation Required // ATTN: P3  KS documentation Required
   class PEGASUS_COMMON_LINKAGE CannotChangeFilePerm : public Exception
   {
   public:
   
       static const char MSG[];
       static const char KEY[];
   
       CannotChangeFilePerm(const String& path);
       virtual ~CannotChangeFilePerm();
   };
   
   // ATTN: P3  KS documentation Required
 class PEGASUS_COMMON_LINKAGE NotImplemented : public Exception class PEGASUS_COMMON_LINKAGE NotImplemented : public Exception
 { {
 public: public:


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2