#include "OW_config.h"
#include "OW_Types.hpp"
#include "OW_Format.hpp"
#include "OW_Logger.hpp"
#include "OW_CppPolledProviderIFC.hpp"
#include "OW_ConfigOpts.hpp"
#include "OW_CIMOMLocatorSLP.hpp"
#include "OW_SocketAddress.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_CIMProperty.hpp"
#include "OW_CIMOMHandleIFC.hpp"
#include "OW_CIMException.hpp"
#include "OW_CIMValue.hpp"
#include <slp.h>
Include dependency graph for OW_SLPProvider.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::SLPProvider |
Functions | |
static void | OW_NAMESPACE::slpRegReport (SLPHandle hdl, SLPError errArg, void *cookie) |
Variables | |
static const Int32 | OW_NAMESPACE::POLLING_INTERVAL = 60 * 5 |
static const Int32 | OW_NAMESPACE::INITIAL_POLLING_INTERVAL = 5 |
SLPHandle & | m_hdl |
const String | OW_NAMESPACE::COMPONENT_NAME ("ow.provider.SLPProvider") |
|