

Public Member Functions | |
| BI1ProviderInitializationHelper (const BI1ProviderBaseIFCRef &provider) | |
| bool | waitUntilInitialized () const |
| void | initialize (const ProviderEnvironmentIFCRef &env) |
| BI1ProviderBaseIFCRef | getProvider () const |
Private Attributes | |
| bool | m_initialized |
| bool | m_initializeFailed |
| OpenWBEM::NonRecursiveMutex | m_initializedGuard |
| OpenWBEM::Condition | m_initializedCond |
| BI1ProviderBaseIFCRef | m_provider |
Definition at line 212 of file OWBI1_ProviderIFC.cpp.
|
|
Definition at line 216 of file OWBI1_ProviderIFC.cpp. |
|
|
Definition at line 254 of file OWBI1_ProviderIFC.cpp. References m_provider. |
|
|
Definition at line 235 of file OWBI1_ProviderIFC.cpp. References env, m_initialized, m_initializedCond, m_initializedGuard, m_initializeFailed, and m_provider. |
|
|
Definition at line 225 of file OWBI1_ProviderIFC.cpp. References m_initialized, m_initializedCond, m_initializedGuard, and m_initializeFailed. |
|
|
Definition at line 259 of file OWBI1_ProviderIFC.cpp. Referenced by initialize(), and waitUntilInitialized(). |
|
|
Definition at line 262 of file OWBI1_ProviderIFC.cpp. Referenced by initialize(), and waitUntilInitialized(). |
|
|
Definition at line 261 of file OWBI1_ProviderIFC.cpp. Referenced by initialize(), and waitUntilInitialized(). |
|
|
Definition at line 260 of file OWBI1_ProviderIFC.cpp. Referenced by initialize(), and waitUntilInitialized(). |
|
|
Definition at line 263 of file OWBI1_ProviderIFC.cpp. Referenced by getProvider(), and initialize(). |
1.4.6