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

Diff for /pegasus/src/Pegasus/Common/Exception.h between version 1.46 and 1.47

version 1.46, 2002/07/26 20:01:19 version 1.47, 2002/07/30 16:14:53
Line 176 
Line 176 
  
     static const char MSG[];     static const char MSG[];
  
     IllegalName() : Exception(MSG) { }      IllegalName(const String& name = String::EMPTY) : Exception(MSG + String(": ") + name) { }
   };
   
   // ATTN: P3  KS documentation Required
   class PEGASUS_COMMON_LINKAGE IllegalNamespaceName : public Exception
   {
   public:
   
       static const char MSG[];
   
       IllegalNamespaceName(const String& name = String::EMPTY) : Exception(MSG + String(": ") + name) { }
 }; };
  
 // ATTN: P3  KS documentation Required // ATTN: P3  KS documentation Required


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2