(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.33 and 1.34

version 1.33, 2010/02/01 11:40:17 version 1.34, 2010/10/18 06:19:09
Line 137 
Line 137 
  
     static const char MSG[];     static const char MSG[];
     static const char KEY[];     static const char KEY[];
       BadQualifierType(const String& qualifierName,
     BadQualifierType(const String& qualifierName);          const String& className = String());
     virtual ~BadQualifierType();     virtual ~BadQualifierType();
       const String _qualifierName;
       const String _className;
       const String& getQualifierName() const;
       const String& getClassName() const;
   
 }; };
  
 // ATTN: P3  KS documentation Required // ATTN: P3  KS documentation Required


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2