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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.154 and 1.155

version 1.154, 2005/01/29 06:23:52 version 1.155, 2005/02/05 00:22:37
Line 37 
Line 37 
 //               Dan Gorey, IBM (djgorey@us.ibm.com) //               Dan Gorey, IBM (djgorey@us.ibm.com)
 //               Amit K Arora, IBM (amita@in.ibm.com) for Bug#1730 //               Amit K Arora, IBM (amita@in.ibm.com) for Bug#1730
 //               Alagaraja Ramasubramanian (alags_raj@in.ibm.com) for Bug#1090 //               Alagaraja Ramasubramanian (alags_raj@in.ibm.com) for Bug#1090
   //               Sean Keenan, Hewlett-Packard Company (sean.keenan@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 3597 
Line 3598 
         }         }
     }     }
  
     return result;  
   
     PEG_METHOD_EXIT ();     PEG_METHOD_EXIT ();
       return result;
 } }
  
 String IndicationService::_initOrValidateStringProperty ( String IndicationService::_initOrValidateStringProperty (
Line 3632 
Line 3632 
             propertyValue, propertyName.getString ()));             propertyValue, propertyName.getString ()));
     }     }
  
     return result;  
   
     PEG_METHOD_EXIT ();     PEG_METHOD_EXIT ();
       return result;
 } }
  
  
   
 void IndicationService::_checkProperty ( void IndicationService::_checkProperty (
     CIMInstance & instance,     CIMInstance & instance,
     const CIMName & propertyName,     const CIMName & propertyName,
Line 3800 
Line 3800 
         throw PEGASUS_CIM_EXCEPTION(CIM_ERR_ACCESS_DENIED, String::EMPTY);         throw PEGASUS_CIM_EXCEPTION(CIM_ERR_ACCESS_DENIED, String::EMPTY);
     }     }
  
     return true;  
     PEG_METHOD_EXIT ();     PEG_METHOD_EXIT ();
       return true;
 } }
  
 Boolean IndicationService::_canDelete ( Boolean IndicationService::_canDelete (


Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2