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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.h between version 1.33.4.1 and 1.33.4.2

version 1.33.4.1, 2003/07/29 15:08:30 version 1.33.4.2, 2003/08/13 19:39:52
Line 1490 
Line 1490 
     //  Message substrings used in exception messages     //  Message substrings used in exception messages
     //     //
  
       // l10n
   
       // this one is tricky because it is used in _checkRequiredProperty with the two below
     static const char _MSG_MISSING_REQUIRED [];     static const char _MSG_MISSING_REQUIRED [];
  
     static const char _MSG_KEY_PROPERTY [];     static const char _MSG_KEY_PROPERTY [];
       static const char _MSG_KEY_PROPERTY_KEY [];
  
     static const char _MSG_PROPERTY [];     static const char _MSG_PROPERTY [];
       static const char _MSG_PROPERTY_KEY [];
  
     static const char _MSG_PROPERTY_PRESENT [];     static const char _MSG_PROPERTY_PRESENT [];
   
     static const char _MSG_VALUE_NOT [];     static const char _MSG_VALUE_NOT [];
       static const char _MSG_PROPERTY_PRESENT_BUT_VALUE_NOT_KEY [];
  
     static const char _MSG_NO_PROVIDERS [];     static const char _MSG_NO_PROVIDERS [];
       static const char _MSG_NO_PROVIDERS_KEY[];
  
     static const char _MSG_NOT_ACCEPTED [];     static const char _MSG_NOT_ACCEPTED [];
       static const char _MSG_NOT_ACCEPTED_KEY [];
  
     static const char _MSG_INVALID_CLASSNAME [];     static const char _MSG_INVALID_CLASSNAME [];
  
     static const char _MSG_IN_FROM [];     static const char _MSG_IN_FROM [];
  
       static const char _MSG_INVALID_CLASSNAME_IN_FROM_PROPERTY_KEY [];
   
     static const char _MSG_EXPIRED [];     static const char _MSG_EXPIRED [];
       static const char _MSG_EXPIRED_KEY [];
  
     static const char _MSG_REFERENCED [];     static const char _MSG_REFERENCED [];
       static const char _MSG_REFERENCED_KEY [];
  
     static const char _MSG_INVALID_VALUE [];     static const char _MSG_INVALID_VALUE [];
  
     static const char _MSG_FOR_PROPERTY [];     static const char _MSG_FOR_PROPERTY [];
  
       static const char _MSG_INVALID_VALUE_FOR_PROPERTY_KEY [];
   
     static const char _MSG_CLASS_NOT_SERVED [];     static const char _MSG_CLASS_NOT_SERVED [];
       static const char _MSG_CLASS_NOT_SERVED_KEY [];
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.33.4.1  
changed lines
  Added in v.1.33.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2