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

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

version 1.13, 2014/10/29 11:07:57 version 1.14, 2014/10/31 23:54:20
Line 399 
Line 399 
             "If set to a positive integer, value specifies a HTTP session\n"             "If set to a positive integer, value specifies a HTTP session\n"
             "cookie expiration time in seconds. If set to 0, cookie\n"             "cookie expiration time in seconds. If set to 0, cookie\n"
             "processing in Pegasus is disabled, it will not send nor accept\n"             "processing in Pegasus is disabled, it will not send nor accept\n"
             "any cookies."}              "any cookies."},
   
       {"pullOperationsMaxObjectCount",
           "Defines the system limit on the number of instances or paths that "
           "the client\n"
           "may request in the open... or pull... 'maxObjectCount' "
           "argument.\n"
           "Minimum value = 1. Maximum value = "
           PEGASUS_PULL_OPERATION_MAX_OBJECT_COUNT_STRING },
   
       {"pullOperationsMaxTimeout",
           "Defines the system maximum limit on the time in seconds between "
           "open/pull\n"
           "operations the client may request within an enumeration "
           "sequence with the\n\'operationTimeout\' argument in open... client "
           "requests.\n"
           "Minimum value = 1 sec. Maximum value = "
           PEGASUS_PULL_OPERATION_MAX_TIMEOUT_SEC_STRING "sec"},
   
       {"pullOperationsDefaultTimeout",
           "Defines the default time in seconds of the \'operationTimeout\' "
           "(the time\nbetween open/pull operations within a single "
           "enumeration sequence)\nthe server uses when the client open... "
           "request \'operationTimeout\' parameter\nis NULL. Minimum value = 1 "
           "sec . Maximum value = "
           PEGASUS_DEFAULT_PULL_OPERATION_TIMEOUT_SEC_STRING "sec"}
 }; };
  
 const Uint32 configPropertyDescriptionListSize = const Uint32 configPropertyDescriptionListSize =


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