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

Diff for /pegasus/src/Pegasus/Config/ConfigFileHandler.cpp between version 1.18 and 1.19

version 1.18, 2005/02/05 23:00:07 version 1.19, 2005/05/20 10:36:44
Line 33 
Line 33 
 //            : Sushma Fernandes (sushma_fernandes@hp.com) //            : Sushma Fernandes (sushma_fernandes@hp.com)
 //              Carol Ann Krug Graves, Hewlett-Packard Company //              Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   //              Vijay Eli, IBM, (vijayeli@in.ibm.com), bug#3609.
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 390 
Line 391 
     Get the current property value for the specified property name.     Get the current property value for the specified property name.
 */ */
 Boolean ConfigFileHandler::getCurrentValue (const CIMName& name, String& value) Boolean ConfigFileHandler::getCurrentValue (const CIMName& name, String& value)
   const
 { {
     if (_currentFileExist)     if (_currentFileExist)
     {     {
Line 404 
Line 406 
     Get the planned property value for the specified property name.     Get the planned property value for the specified property name.
 */ */
 Boolean ConfigFileHandler::getPlannedValue (const CIMName& name, String& value) Boolean ConfigFileHandler::getPlannedValue (const CIMName& name, String& value)
   const
 { {
     if (_plannedFileExist)     if (_plannedFileExist)
     {     {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2