tpot/pegasus/.git
22 years agoHP-RK API Review: Add a new constructor and a new method to the CIMKeyBinding class...
kumpf [Fri, 20 Sep 2002 16:48:11 +0000 (16:48 +0000)]
HP-RK API Review: Add a new constructor and a new method to the CIMKeyBinding class that convert between String and CIMValue values.

22 years agoHP-[DME] Defect fix. Change PEGASUS_PLATFORM_HPUX_PARISC_ACC to PEGASUS_PLATFORM_HPUX...
kumpf [Fri, 20 Sep 2002 06:37:23 +0000 (06:37 +0000)]
HP-[DME] Defect fix. Change PEGASUS_PLATFORM_HPUX_PARISC_ACC to PEGASUS_PLATFORM_HPUX_ACC.

22 years agoHP-RK API Review: Remove InvalidTypeException definition; replace with use of TypeMis...
kumpf [Fri, 20 Sep 2002 04:06:42 +0000 (04:06 +0000)]
HP-RK API Review: Remove InvalidTypeException definition; replace with use of TypeMismatchException.

22 years agoHP-RK API Review: Rename CIMClientHTTPErrorException::getPegasusError to getCIMErrorD...
kumpf [Fri, 20 Sep 2002 03:23:31 +0000 (03:23 +0000)]
HP-RK API Review: Rename CIMClientHTTPErrorException::getPegasusError to getCIMErrorDetail.

22 years agoHP-[DME] Defect fix. Eliminate race condition between thread executing kill_dead_thr...
kumpf [Fri, 20 Sep 2002 02:06:18 +0000 (02:06 +0000)]
HP-[DME] Defect fix.  Eliminate race condition between thread executing kill_dead_threads function and terminating thread executing _undertaker function.

22 years agoHP-RK API Review: Remove Boolean isCIMClient parameter from SSLContext constructor.
kumpf [Fri, 20 Sep 2002 01:18:02 +0000 (01:18 +0000)]
HP-RK API Review: Remove Boolean isCIMClient parameter from SSLContext constructor.

22 years agoHP-[CAKG] API Review: Hide Exception classes member data
kumpf [Fri, 20 Sep 2002 01:14:55 +0000 (01:14 +0000)]
HP-[CAKG] API Review: Hide Exception classes member data

22 years agoHP-[CTS] Modified Linux Providers for PG_ComputerSystem and PG_OperatingSystem.
kumpf [Fri, 20 Sep 2002 00:57:52 +0000 (00:57 +0000)]
HP-[CTS] Modified Linux Providers for PG_ComputerSystem and PG_OperatingSystem.

22 years agoHP-RK API Review: Remove Boolean isCIMClient parameter from SSLContext constructor.
kumpf [Fri, 20 Sep 2002 00:29:19 +0000 (00:29 +0000)]
HP-RK API Review: Remove Boolean isCIMClient parameter from SSLContext constructor.

22 years agoHP-RK API Review: De-'virtual'ize CIMInstance destructor to be consistent with the...
kumpf [Thu, 19 Sep 2002 22:01:47 +0000 (22:01 +0000)]
HP-RK API Review: De-'virtual'ize CIMInstance destructor to be consistent with the other CIM data classes.  Scale back the CIMIndication implementation until the class definition is firmed up, corresponding with the completion of indication functionality in Pegasus.

22 years agoHP-RK API Review: Make String::toLower and String::compareNoCase available in the...
kumpf [Thu, 19 Sep 2002 17:36:52 +0000 (17:36 +0000)]
HP-RK API Review: Make String::toLower and String::compareNoCase available in the external API.

22 years agoHP-RK API Review: Mark ObjectResponseHandler class API as unfinished.
kumpf [Thu, 19 Sep 2002 17:02:26 +0000 (17:02 +0000)]
HP-RK API Review: Mark ObjectResponseHandler class API as unfinished.

22 years agoHP-RK API Review: Do not use virtual subclassing for OperationContext::Container...
kumpf [Thu, 19 Sep 2002 16:41:08 +0000 (16:41 +0000)]
HP-RK API Review: Do not use virtual subclassing for OperationContext::Container classes when using deprecated APIs.

22 years agoHP-RK API Review: Make OperationContext Containers keyed by name rather than static...
kumpf [Thu, 19 Sep 2002 16:17:36 +0000 (16:17 +0000)]
HP-RK API Review: Make OperationContext Containers keyed by name rather than static Uint32, to allow extension of Containers outside of the Pegasus infrastructure.  Add a destroy() method to the Container class to allow the Container itself to control memory management.  Move internal Container definitions to OperationContextInternal to keep them out of the SDK API.  Move IdentityContainer member data to a Rep class so it may be changed/extended.

22 years agoHP-RK API Review: Add IndicationResponseHandler::deliver() signatures that take an...
kumpf [Thu, 19 Sep 2002 03:59:21 +0000 (03:59 +0000)]
HP-RK API Review: Add IndicationResponseHandler::deliver() signatures that take an OperationContext parameter, to allow indication providers to pass information up to the CIMOM.

22 years agoYZ-HP: if you compile with the -DPEGASUS_RETURN_WHEN_READY flag, when the command...
kumpf [Wed, 18 Sep 2002 22:43:20 +0000 (22:43 +0000)]
YZ-HP: if you compile with the -DPEGASUS_RETURN_WHEN_READY flag, when the command cimserver is returned, the cimserver is ready to serve CIM requests. This functionality has been implemented on the Unix plateform.

22 years agoHP-MG: sample clients license text
kumpf [Wed, 18 Sep 2002 21:53:16 +0000 (21:53 +0000)]
HP-MG: sample clients license text

22 years agoHP-RK Update future CIMKeyBinding equal(CIMValue) method.
kumpf [Wed, 18 Sep 2002 21:38:06 +0000 (21:38 +0000)]
HP-RK Update future CIMKeyBinding equal(CIMValue) method.

22 years agoHP-MG: sample clients
kumpf [Wed, 18 Sep 2002 20:52:17 +0000 (20:52 +0000)]
HP-MG: sample clients

22 years agoHP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.
kumpf [Wed, 18 Sep 2002 18:10:15 +0000 (18:10 +0000)]
HP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.

22 years agoHP-[CAKG] API Review: Separate host and port number parameters for CIMClient::connect
kumpf [Wed, 18 Sep 2002 18:00:13 +0000 (18:00 +0000)]
HP-[CAKG] API Review: Separate host and port number parameters for CIMClient::connect

22 years agoHP-[CAKG] API Review: Separate host and port number parameters for CIMClient::connect
kumpf [Wed, 18 Sep 2002 17:09:24 +0000 (17:09 +0000)]
HP-[CAKG] API Review: Separate host and port number parameters for CIMClient::connect

22 years agoHP-RK API Review: Add future CIMKeyBinding constructor and equal method to facilitate...
kumpf [Tue, 17 Sep 2002 23:32:50 +0000 (23:32 +0000)]
HP-RK API Review: Add future CIMKeyBinding constructor and equal method to facilitate CIMValue transformations.

22 years agoHP-RK Correct the use of the CIMName class.
kumpf [Tue, 17 Sep 2002 22:09:06 +0000 (22:09 +0000)]
HP-RK Correct the use of the CIMName class.

22 years agoHP-RK Fix Linux build.
kumpf [Tue, 17 Sep 2002 22:00:44 +0000 (22:00 +0000)]
HP-RK Fix Linux build.

22 years agoHP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.
kumpf [Tue, 17 Sep 2002 21:24:29 +0000 (21:24 +0000)]
HP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.

22 years agoHP-RK Fix bug in CIMOMHandle::operator=().
kumpf [Tue, 17 Sep 2002 21:01:38 +0000 (21:01 +0000)]
HP-RK Fix bug in CIMOMHandle::operator=().

22 years agoHP-JY Add parameters to method supported by sample method provider.
kumpf [Tue, 17 Sep 2002 20:50:49 +0000 (20:50 +0000)]
HP-JY Add parameters to method supported by sample method provider.

22 years agoHP-RK API Review: Hide implementation of CIMOMHandle class from SDK API.
kumpf [Tue, 17 Sep 2002 18:34:23 +0000 (18:34 +0000)]
HP-RK API Review: Hide implementation of CIMOMHandle class from SDK API.

22 years agoHP-DME: Broke Windows, backing out change - will try again.
kumpf [Tue, 17 Sep 2002 18:19:45 +0000 (18:19 +0000)]
HP-DME: Broke Windows, backing out change - will try again.

22 years agoHP-[DME] Defect fix. Eliminate race condition between thread executing kill_dead_thr...
kumpf [Tue, 17 Sep 2002 18:01:03 +0000 (18:01 +0000)]
HP-[DME] Defect fix.  Eliminate race condition between thread executing kill_dead_threads function and terminating thread executing _undertaker function.

22 years agoHP-DME: Added additional tests to the standardtests option.
kumpf [Tue, 17 Sep 2002 05:51:47 +0000 (05:51 +0000)]
HP-DME: Added additional tests to the standardtests option.

22 years agoHP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.
kumpf [Tue, 17 Sep 2002 04:56:38 +0000 (04:56 +0000)]
HP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.

22 years agoHP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.
kumpf [Tue, 17 Sep 2002 03:44:54 +0000 (03:44 +0000)]
HP-[CTS] Created Linux Providers for PG_ComputerSystem and PG_UnixProcess.

22 years agoHP-RK API Review: Remove default userName and password parameters from CIMClient...
kumpf [Mon, 16 Sep 2002 22:39:18 +0000 (22:39 +0000)]
HP-RK API Review: Remove default userName and password parameters from CIMClient::connect method.

22 years agoHP-RK API Review: Rename CIMBaseProvider to CIMProvider.
kumpf [Mon, 16 Sep 2002 22:21:39 +0000 (22:21 +0000)]
HP-RK API Review: Rename CIMBaseProvider to CIMProvider.

22 years agoHP-RK Remove unnecessary includes of CIMBaseProvider.h.
kumpf [Mon, 16 Sep 2002 21:31:33 +0000 (21:31 +0000)]
HP-RK Remove unnecessary includes of CIMBaseProvider.h.

22 years agoHP-RK Remove unnecessary dependencies from pegasus/src/Clients/libraries.mak.
kumpf [Mon, 16 Sep 2002 21:09:39 +0000 (21:09 +0000)]
HP-RK Remove unnecessary dependencies from pegasus/src/Clients/libraries.mak.

22 years agoHP-RK API Review: Remove CIMInstance::toString method.
kumpf [Mon, 16 Sep 2002 21:07:07 +0000 (21:07 +0000)]
HP-RK API Review: Remove CIMInstance::toString method.

22 years agoHP-RK API Review: Replace PEGASUS_LEGACY_API compile flag with PEGASUS_REMOVE_DEPRECA...
kumpf [Mon, 16 Sep 2002 18:44:24 +0000 (18:44 +0000)]
HP-RK API Review: Replace PEGASUS_LEGACY_API compile flag with PEGASUS_REMOVE_DEPRECATED flag.

22 years agoHP-[CAKG] API Review: CIMName modifications
kumpf [Mon, 16 Sep 2002 17:11:58 +0000 (17:11 +0000)]
HP-[CAKG] API Review: CIMName modifications

22 years agoHP-DME: Added tests to increase code coverage.
kumpf [Mon, 16 Sep 2002 01:32:45 +0000 (01:32 +0000)]
HP-DME: Added tests to increase code coverage.

22 years agoHP-DME: Modified test to exit successfully if NTP(Network Time Protocol) if not confi...
kumpf [Sat, 14 Sep 2002 18:39:22 +0000 (18:39 +0000)]
HP-DME: Modified test to exit successfully if NTP(Network Time Protocol) if not configured on system running the test.

22 years agoHP-RK API Review: Remove throw() clause from CIMName::legal() method.
kumpf [Fri, 13 Sep 2002 23:55:37 +0000 (23:55 +0000)]
HP-RK API Review: Remove throw() clause from CIMName::legal() method.

22 years agoHP-[CAKG] API Review: CIMName modifications
kumpf [Fri, 13 Sep 2002 22:22:43 +0000 (22:22 +0000)]
HP-[CAKG] API Review: CIMName modifications

22 years agoHP-[CAKG] API Review: CIMName modifications
kumpf [Fri, 13 Sep 2002 21:40:42 +0000 (21:40 +0000)]
HP-[CAKG] API Review: CIMName modifications

22 years agoHP-RK Fix defect that caused the CIM server to lose response messages in some cases.
kumpf [Fri, 13 Sep 2002 19:08:04 +0000 (19:08 +0000)]
HP-RK Fix defect that caused the CIM server to lose response messages in some cases.

22 years agoremoved the ability of a thread pool to cancel hung threads
mday [Fri, 13 Sep 2002 17:47:34 +0000 (17:47 +0000)]
removed the ability of a thread pool to cancel hung threads

22 years agoHP-RK API Review: Clarify meaning of SSLCertificateVerifyFunction callback pointer...
kumpf [Thu, 12 Sep 2002 22:58:18 +0000 (22:58 +0000)]
HP-RK API Review: Clarify meaning of SSLCertificateVerifyFunction callback pointer parameter to SSLContext constructor.

22 years agoHP-MG: restore NTP and DNS providers to build
kumpf [Thu, 12 Sep 2002 22:39:55 +0000 (22:39 +0000)]
HP-MG: restore NTP and DNS providers to build

22 years agoHP-RK API Review: Rename KeyBinding to CIMKeyBinding. Remove definition of KeyBindin...
kumpf [Thu, 12 Sep 2002 17:52:34 +0000 (17:52 +0000)]
HP-RK API Review: Rename KeyBinding to CIMKeyBinding.  Remove definition of KeyBindingArray.

22 years agoHP-RK API Review: Rename KeyBinding to CIMKeyBinding. Remove definition of KeyBindin...
kumpf [Thu, 12 Sep 2002 17:35:51 +0000 (17:35 +0000)]
HP-RK API Review: Rename KeyBinding to CIMKeyBinding.  Remove definition of KeyBindingArray.

22 years agoHP-RK API Review: Rename KeyBinding to CIMKeyBinding. Remove definition of KeyBindin...
kumpf [Thu, 12 Sep 2002 17:27:01 +0000 (17:27 +0000)]
HP-RK API Review: Rename KeyBinding to CIMKeyBinding.  Remove definition of KeyBindingArray.

22 years agoHP-RK Fix empty class name defect.
kumpf [Thu, 12 Sep 2002 17:12:34 +0000 (17:12 +0000)]
HP-RK Fix empty class name defect.

22 years agoHP-[CTS] Changed CurrentTimeZone and localdate to work on IA64.
kumpf [Thu, 12 Sep 2002 17:04:37 +0000 (17:04 +0000)]
HP-[CTS] Changed CurrentTimeZone and localdate to work on IA64.

22 years agoHP-MG: remove NTP and DNS providers from build
kumpf [Wed, 11 Sep 2002 23:53:01 +0000 (23:53 +0000)]
HP-MG: remove NTP and DNS providers from build

22 years agoHP-MG: Fix processor provider test to compile on windows
kumpf [Wed, 11 Sep 2002 23:10:32 +0000 (23:10 +0000)]
HP-MG: Fix processor provider test to compile on windows

22 years agoHP-RK API Review: Remove unnecessary PEGASUS_INTERNALONLY flags.
kumpf [Wed, 11 Sep 2002 22:50:10 +0000 (22:50 +0000)]
HP-RK API Review: Remove unnecessary PEGASUS_INTERNALONLY flags.

22 years agoHP-RK API Review: Remove UnexpectedFailureException class definition.
kumpf [Wed, 11 Sep 2002 21:58:02 +0000 (21:58 +0000)]
HP-RK API Review: Remove UnexpectedFailureException class definition.

22 years agoHP-RK API Review: Rename CIMClientHTTPError class to CIMClientHTTPErrorException.
kumpf [Wed, 11 Sep 2002 21:39:11 +0000 (21:39 +0000)]
HP-RK API Review: Rename CIMClientHTTPError class to CIMClientHTTPErrorException.

22 years agoHP-RK API Review: Remove IncompatibleTypesException from SDK; use TypeMismatchExcepti...
kumpf [Wed, 11 Sep 2002 21:20:24 +0000 (21:20 +0000)]
HP-RK API Review: Remove IncompatibleTypesException from SDK; use TypeMismatchException instead.  Replace ExpectedReferenceValueException and MissingReferenceClassNameException classes with use of TypeMismatchException.  Rename CIMValueInvalidTypeException to InvalidTypeException.  Remove CIMParameter::setType method.

22 years agoHP-MG: providers work
kumpf [Wed, 11 Sep 2002 20:49:19 +0000 (20:49 +0000)]
HP-MG: providers work

22 years agoHP-RK API Review: Move CompareNoCase in String.h to System::strcasecmp.
kumpf [Wed, 11 Sep 2002 19:11:54 +0000 (19:11 +0000)]
HP-RK API Review: Move CompareNoCase in String.h to System::strcasecmp.

22 years agoHP-DME: Fixed typo in -DAportable flag for HP-UX PARISC.
kumpf [Wed, 11 Sep 2002 02:53:34 +0000 (02:53 +0000)]
HP-DME: Fixed typo in -DAportable flag for HP-UX PARISC.

22 years agoHP-RK API Review: Add userName and password arguments to CIMClient::connect calls.
kumpf [Wed, 11 Sep 2002 02:46:14 +0000 (02:46 +0000)]
HP-RK API Review: Add userName and password arguments to CIMClient::connect calls.

22 years agoHP-RK API Review: Make Exception::getMessage method virtual.
kumpf [Wed, 11 Sep 2002 02:31:29 +0000 (02:31 +0000)]
HP-RK API Review: Make Exception::getMessage method virtual.

22 years agoHP-RK API Review: De-virtualize CIMOMHandle methods.
kumpf [Wed, 11 Sep 2002 02:30:16 +0000 (02:30 +0000)]
HP-RK API Review: De-virtualize CIMOMHandle methods.

22 years agoHP-RK Fix libraries.mak files for linux provider ProviderSupport tests.
kumpf [Tue, 10 Sep 2002 18:54:27 +0000 (18:54 +0000)]
HP-RK Fix libraries.mak files for linux provider ProviderSupport tests.

22 years agoHP-[DME] Updated to handle HPUX IA64 aCC native compile.
kumpf [Tue, 10 Sep 2002 05:02:43 +0000 (05:02 +0000)]
HP-[DME] Updated to handle HPUX IA64 aCC native compile.

22 years agoHP-[DME] Depending on the PAM configuration, an expected failure condition was actual...
kumpf [Tue, 10 Sep 2002 03:58:01 +0000 (03:58 +0000)]
HP-[DME] Depending on the PAM configuration, an expected failure condition was actually a valid success condition.

22 years agoHP-RK API Review: Replace use of OperationFlag with individual boolean parameters...
kumpf [Tue, 10 Sep 2002 03:14:39 +0000 (03:14 +0000)]
HP-RK API Review: Replace use of OperationFlag with individual boolean parameters in provider API.

22 years agoHP-DME: Add remote security test to standardtests option.
kumpf [Tue, 10 Sep 2002 03:08:50 +0000 (03:08 +0000)]
HP-DME: Add remote security test to standardtests option.

22 years agoUse -Wl, to explicitly pass -bhalt to ld.
dan [Mon, 9 Sep 2002 19:14:14 +0000 (19:14 +0000)]
Use -Wl, to explicitly pass -bhalt to ld.

22 years agoQuiet ld, warnings no longer reported.
dan [Mon, 9 Sep 2002 15:19:47 +0000 (15:19 +0000)]
Quiet ld, warnings no longer reported.

22 years agoHP-RK Fix defect that causes HTTPConnector not to get destructed.
kumpf [Fri, 6 Sep 2002 21:55:23 +0000 (21:55 +0000)]
HP-RK Fix defect that causes HTTPConnector not to get destructed.

22 years agoHP-RK API Review: De-'virtual'ize CIMClient methods.
kumpf [Fri, 6 Sep 2002 03:10:59 +0000 (03:10 +0000)]
HP-RK API Review: De-'virtual'ize CIMClient methods.

22 years agoHP-RK Fix compile error.
kumpf [Fri, 6 Sep 2002 03:01:26 +0000 (03:01 +0000)]
HP-RK Fix compile error.

22 years agoHP-RK API Review: Make SSLContext and SSLCertificateInfo default constructors private...
kumpf [Fri, 6 Sep 2002 02:52:42 +0000 (02:52 +0000)]
HP-RK API Review: Make SSLContext and SSLCertificateInfo default constructors private.  Change the SSLContext parameter to CIMClient::connect() from a pointer to an object reference.

22 years agoHP-RK Fix SSL compile.
kumpf [Fri, 6 Sep 2002 00:38:21 +0000 (00:38 +0000)]
HP-RK Fix SSL compile.

22 years agoHP-RK API Review: SSLContext rework. Renamed CertificateInfo class to SSLCertificate...
kumpf [Fri, 6 Sep 2002 00:19:38 +0000 (00:19 +0000)]
HP-RK API Review: SSLContext rework.  Renamed CertificateInfo class to SSLCertificateInfo, VERIFY_CERTIFICATE to SSLCertificateVerifyFunction.  Added copy constructor to SSLContext class.  Moved SSLCertificateInfo member data to a Rep class in the .cpp file.

22 years agoHP-RK API Review: CIMClient timeout changes. Remove DEFAULT_TIMEOUT_MILLISECONDS...
kumpf [Thu, 5 Sep 2002 21:15:03 +0000 (21:15 +0000)]
HP-RK API Review: CIMClient timeout changes.  Remove DEFAULT_TIMEOUT_MILLISECONDS definition, remove constructor timeout parameter, rename getTimeOut and setTimeOut to getTimeout and setTimeout.

22 years agoHP-[DME] Merge Linux and Unix implementations of PAM.
kumpf [Thu, 5 Sep 2002 18:05:02 +0000 (18:05 +0000)]
HP-[DME] Merge Linux and Unix implementations of PAM.

22 years agoHP-RK Add fix to remove dots from System::getHostname result on all Unix platforms.
kumpf [Thu, 5 Sep 2002 17:58:10 +0000 (17:58 +0000)]
HP-RK Add fix to remove dots from System::getHostname result on all Unix platforms.

22 years agoHP-[DME] Merge Linux and Unix implementations of PAM.
kumpf [Thu, 5 Sep 2002 17:57:13 +0000 (17:57 +0000)]
HP-[DME] Merge Linux and Unix implementations of PAM.

22 years agoHP-DME: Incorrect value of userPassword was getting passed to PAMCallback.
kumpf [Thu, 5 Sep 2002 05:49:31 +0000 (05:49 +0000)]
HP-DME: Incorrect value of userPassword was getting passed to PAMCallback.

22 years agoHP-RK API Review: Remove Boolean includeHost parameter from CIMObjectPath::toString...
kumpf [Thu, 5 Sep 2002 02:15:32 +0000 (02:15 +0000)]
HP-RK API Review: Remove Boolean includeHost parameter from CIMObjectPath::toString method.

22 years agoHP-RK Cast CString to const char* in call to printf.
kumpf [Thu, 5 Sep 2002 02:13:24 +0000 (02:13 +0000)]
HP-RK Cast CString to const char* in call to printf.

22 years agoHP-RK API Review: Change CString::_rep type from char* to void*.
kumpf [Thu, 5 Sep 2002 01:38:47 +0000 (01:38 +0000)]
HP-RK API Review: Change CString::_rep type from char* to void*.

22 years agoHP-RK Fix CString cast in sprintf.
kumpf [Thu, 5 Sep 2002 01:23:41 +0000 (01:23 +0000)]
HP-RK Fix CString cast in sprintf.

22 years agoHP-RK API Review: Remove CIMParamValue::identical method.
kumpf [Thu, 5 Sep 2002 01:22:58 +0000 (01:22 +0000)]
HP-RK API Review: Remove CIMParamValue::identical method.

22 years agoHP-RK API Review: Remove CIMParamValue::identical method. Remove default parameter...
kumpf [Thu, 5 Sep 2002 01:02:43 +0000 (01:02 +0000)]
HP-RK API Review: Remove CIMParamValue::identical method.  Remove default parameter value from CIMParamValue::setIsTyped method.

22 years agoHP-RK Eliminate use of SimpleResponseHandler classes in providers.
kumpf [Wed, 4 Sep 2002 22:53:45 +0000 (22:53 +0000)]
HP-RK Eliminate use of SimpleResponseHandler classes in providers.

22 years agoHP-RK Link providers that use SimpleResponseHandler classes with libpegprovidermanager.
kumpf [Wed, 4 Sep 2002 21:28:57 +0000 (21:28 +0000)]
HP-RK Link providers that use SimpleResponseHandler classes with libpegprovidermanager.

22 years agoHP-RK Fix Linkage.h include statements.
kumpf [Wed, 4 Sep 2002 21:09:41 +0000 (21:09 +0000)]
HP-RK Fix Linkage.h include statements.

22 years agoHP-RK Fix linkage statements.
kumpf [Wed, 4 Sep 2002 21:02:41 +0000 (21:02 +0000)]
HP-RK Fix linkage statements.

22 years agoHP-RK API Review: Rework ResponseHandler classes.
kumpf [Wed, 4 Sep 2002 20:41:49 +0000 (20:41 +0000)]
HP-RK API Review: Rework ResponseHandler classes.

22 years agoHP-RK API Review: Remove -Async() methods from CIMOMHandle API.
kumpf [Wed, 4 Sep 2002 20:35:23 +0000 (20:35 +0000)]
HP-RK API Review: Remove -Async() methods from CIMOMHandle API.

22 years agoHP-RK Remove delete [] on CString objects.
kumpf [Tue, 3 Sep 2002 23:07:53 +0000 (23:07 +0000)]
HP-RK Remove delete [] on CString objects.

22 years agoHP-RK API Review: Replace EqualNoCase function with CompareNoCase function in String...
kumpf [Tue, 3 Sep 2002 22:27:46 +0000 (22:27 +0000)]
HP-RK API Review: Replace EqualNoCase function with CompareNoCase function in String module.

22 years agoHP-[CTS] Added functionality for OperatingSystemCapabilities. Reworked Name, Version...
kumpf [Tue, 3 Sep 2002 21:34:52 +0000 (21:34 +0000)]
HP-[CTS] Added functionality for OperatingSystemCapabilities. Reworked Name, Version, and OtherTypeDescription.