22 lines
842 B
Diff
22 lines
842 B
Diff
|
--- pegasus/src/Pegasus/Compiler/cimmofClient.h.obz5047 2006-01-30 11:17:33.000000000 -0500
|
||
|
+++ pegasus/src/Pegasus/Compiler/cimmofClient.h 2006-05-31 12:09:17.000000000 -0400
|
||
|
@@ -67,6 +67,8 @@
|
||
|
#include <Pegasus/Client/CIMClient.h>
|
||
|
#include <Pegasus/Compiler/Linkage.h>
|
||
|
|
||
|
+#define CIMMOFCLIENT_TIMEOUT_DEFAULT 120000
|
||
|
+
|
||
|
PEGASUS_NAMESPACE_BEGIN
|
||
|
|
||
|
// Forward declarations;
|
||
|
--- pegasus/src/Pegasus/Compiler/cimmofClient.cpp.obz5047 2006-01-30 11:17:33.000000000 -0500
|
||
|
+++ pegasus/src/Pegasus/Compiler/cimmofClient.cpp 2006-05-31 12:10:02.000000000 -0400
|
||
|
@@ -68,6 +68,7 @@
|
||
|
// our caller handle it.
|
||
|
|
||
|
_client = new CIMClient();
|
||
|
+ _client->setTimeout(CIMMOFCLIENT_TIMEOUT_DEFAULT);
|
||
|
_client->setRequestDefaultLanguages(); //l10n
|
||
|
|
||
|
#if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || defined(PEGASUS_OS_VMS)
|