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

Diff for /pegasus/src/Pegasus/Config/ShutdownPropertyOwner.cpp between version 1.21 and 1.22

version 1.21, 2006/01/30 16:17:36 version 1.22, 2006/11/14 18:34:50
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Jenny Yu, Hewlett-Packard Company (jenny_yu@hp.com)  
 //  
 // Modified By:  Sushma Fernandes, Hewlett-Packard Company  
 //                   (sushma_fernandes@hp.com)  
 //               Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3614  
 //               Vijay Eli, IBM, (vijayeli@in.ibm.com) for Bug# 3613  
 //               Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3613  
 //               Carol Ann Krug Graves, Hewlett-Packard Company  
 //                   (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
  
Line 103 
Line 93 
             _shutdownTimeout->dynamic = properties[i].dynamic;             _shutdownTimeout->dynamic = properties[i].dynamic;
             _shutdownTimeout->domain = properties[i].domain;             _shutdownTimeout->domain = properties[i].domain;
             _shutdownTimeout->domainSize = properties[i].domainSize;             _shutdownTimeout->domainSize = properties[i].domainSize;
             _shutdownTimeout->externallyVisible = properties[i].externallyVisible;              _shutdownTimeout->externallyVisible =
                   properties[i].externallyVisible;
         }         }
     }     }
 } }
Line 245 
Line 236 
 /** /**
 Checks to see if the given value is valid or not. Checks to see if the given value is valid or not.
 */ */
 Boolean ShutdownPropertyOwner::isValid(const String& name, const String& value) const  Boolean ShutdownPropertyOwner::isValid(
       const String& name,
       const String& value) const
 { {
     //     //
     // convert timeout string to integer     // convert timeout string to integer
Line 280 
Line 273 
     return (configProperty->dynamic==IS_DYNAMIC);     return (configProperty->dynamic==IS_DYNAMIC);
 } }
  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2