Kea  1.9.9-git
d2_update_mgr.h File Reference

This file defines the class D2UpdateMgr. More...

#include <asiolink/io_service.h>
#include <exceptions/exceptions.h>
#include <d2/d2_log.h>
#include <d2/d2_queue_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/nc_trans.h>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
+ Include dependency graph for d2_update_mgr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::d2::D2UpdateMgr
 D2UpdateMgr creates and manages update transactions. More...
 
class  isc::d2::D2UpdateMgrError
 Thrown if the update manager encounters a general error. More...
 
struct  isc::d2::D2UpdateMgr::Stats
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::d2
 

Typedefs

typedef boost::shared_ptr< D2UpdateMgr > isc::d2::D2UpdateMgrPtr
 Defines a pointer to a D2UpdateMgr instance. More...
 
typedef std::map< TransactionKey, NameChangeTransactionPtr > isc::d2::TransactionList
 Defines a list of transactions. More...
 

Detailed Description

This file defines the class D2UpdateMgr.

Definition in file d2_update_mgr.h.