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

Diff for /pegasus/src/Pegasus/Config/DefaultPropertyOwner.cpp between version 1.13 and 1.14

version 1.13, 2002/07/31 21:08:40 version 1.14, 2002/10/02 20:35:09
Line 24 
Line 24 
 // Author: Nag Boranna (nagaraja_boranna@hp.com) // Author: Nag Boranna (nagaraja_boranna@hp.com)
 // //
 // Modified By: Yi Zhou (yi_zhou@hp.com) // Modified By: Yi Zhou (yi_zhou@hp.com)
   //              Warren Otsuka (warren.otsuka@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 52 
Line 53 
  
 static struct ConfigPropertyRow properties[] = static struct ConfigPropertyRow properties[] =
 { {
     {"httpPort", "5988", 0, 0, 0},  #include "DefaultPropertyTable.h"
     {"httpsPort", "5989", 0, 0, 0},  
     {"enableHttpConnection", "true", 0, 0, 0},  
     {"enableHttpsConnection", "false", 0, 0, 0},  
     {"home", "./", 0, 0, 0},  
     {"daemon", "true", 0, 0, 0},  
     {"install", "false", 0, 0, 0},  
     {"remove", "false", 0, 0, 0},  
     {"slp", "false", 0, 0, 0},  
     {"SSL", "false", 0, 0, 0},  
     {"enableAssociationTraversal", "true", 0, 0, 0},  
     {"enableIndicationService", "true", 0, 0, 0},  
     {"tempLocalAuthDir", "/tmp", 0, 0, 0},  
     {"enableClientCertification", "false", 0, 0, 0}  
 }; };
  
 const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]); const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]);


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2