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

Diff for /pegasus/src/Pegasus/Config/DefaultPropertyTable.h between version 1.30 and 1.31

version 1.30, 2006/07/17 14:34:40 version 1.31, 2006/08/17 10:31:31
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Warren Otsuka, Hewlett-Packard Company (warren.otsuka@hp.com)  
 //  
 // Modified By:  Jenny Yu, Hewlett-Packard Company (jenny.yu@hp.com)  
 //               Heather Sterling, IBM (hsterl@us.ibm.com)  
 //               Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //               Sean Keenan, Hewlett-Packard Company (sean.keenan@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_DefaultPropertyTable_h #ifndef Pegasus_DefaultPropertyTable_h
Line 50 
Line 43 
 #include "DefaultPropertyTableOS400.h" #include "DefaultPropertyTableOS400.h"
 #elif defined (PEGASUS_OS_VMS) #elif defined (PEGASUS_OS_VMS)
 #include "DefaultPropertyTableVms.h" #include "DefaultPropertyTableVms.h"
 #elif defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)  #elif defined(PEGASUS_OS_ZOS)
     {"httpPort", "5988", IS_STATIC, 0, 0, IS_VISIBLE},  #include "DefaultPropertyTablezOS.h"
     {"httpsPort", "5989", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"enableHttpConnection", "true", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"enableHttpsConnection", "false", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"home", "/usr/lpp/wbem", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"daemon", "true", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"slp", "true", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"enableAssociationTraversal", "true", IS_STATIC, 0, 0, IS_VISIBLE},  
     {"enableIndicationService", "true", IS_STATIC, 0, 0, IS_VISIBLE},  
     // Removed because unresolved PEP 66 KS{"maximumEnumerationBreadth", "50", IS_STATIC, 0, 0},  
     {"sslClientVerificationMode", "disabled", IS_STATIC, 0, 0, IS_VISIBLE},  
 # ifdef PEGASUS_DEFAULT_ENABLE_OOP  
     {"forceProviderProcesses", "true", IS_STATIC, 0, 0, IS_VISIBLE},  
 # else  
     {"forceProviderProcesses", "false", IS_STATIC, 0, 0, IS_VISIBLE},  
 # endif  
     {"maxProviderProcesses", "0", IS_STATIC, 0, 0, IS_VISIBLE}  
 #else #else
     {"httpPort", "", IS_STATIC, 0, 0, IS_VISIBLE},     {"httpPort", "", IS_STATIC, 0, 0, IS_VISIBLE},
     {"httpsPort", "", IS_STATIC, 0, 0, IS_VISIBLE},     {"httpsPort", "", IS_STATIC, 0, 0, IS_VISIBLE},


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2