(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.92 and 1.93

version 1.92, 2009/05/29 11:18:03 version 1.93, 2009/06/22 07:36:53
Line 414 
Line 414 
  
     /**     /**
         Validates the specified property in the instance.         Validates the specified property in the instance.
           If the property does not exist, it is added with the GUID value.
           If the property exists, but its value is NULL, its value is set to
           the GUID value.
           This function is called by the _canCreate function, and is used to
           set the name of the Handler instance.
   
           @param   instance              instance to be validated
           @param   propertyName          name of property to be validated
       */
       String _checkPropertyWithGuid(
           CIMInstance& instance,
           const CIMName& propertyName);
   
       /**
           Validates the specified property in the instance.
         If the property does not exist, it is added with the default value.         If the property does not exist, it is added with the default value.
         If the property exists, but its value is NULL, its value is set to         If the property exists, but its value is NULL, its value is set to
         the default value.         the default value.


Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2