(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.19 and 1.20

version 1.19, 2002/04/16 21:04:17 version 1.20, 2002/04/17 21:52:06
Line 276 
Line 276 
         CIMInstance & instance,         CIMInstance & instance,
         const String & nameSpace);         const String & nameSpace);
  
       void _checkRequiredProperty (
           CIMInstance & instance,
           const String & propertyName,
           const String & message);
   
     /**     /**
         Validates the specified property and its corresponding Other___         Validates the specified property and its corresponding Other___
         property in the instance.         property in the instance.
Line 305 
Line 310 
         @throw   CIM_ERR_INVALID_PARAMETER  if value of property or Other___         @throw   CIM_ERR_INVALID_PARAMETER  if value of property or Other___
                                             property is invalid                                             property is invalid
      */      */
     void _checkProperty (      void _checkPropertyWithOther (
         CIMInstance & instance,         CIMInstance & instance,
         const String & propertyName,         const String & propertyName,
         const String & otherPropertyName,         const String & otherPropertyName,
Line 313 
Line 318 
         const Uint16 otherValue,         const Uint16 otherValue,
         const Array <Uint16> & validValues);         const Array <Uint16> & validValues);
  
       String _checkPropertyWithDefault (
           CIMInstance & instance,
           const String & propertyName,
           const String & defaultValue);
   
     /**     /**
         Determines if the user is authorized to modify the instance, and if the         Determines if the user is authorized to modify the instance, and if the
         specified modification is supported.  Currently, the only modification         specified modification is supported.  Currently, the only modification


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2