OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
xmpp_lifetime.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
#ifndef ctrlplane_xmpp_lifetime_h
6
#define ctrlplane_xmpp_lifetime_h
7
8
#include "
base/lifetime.h
"
9
10
class
XmppLifetimeManager
:
public
LifetimeManager
{
11
public
:
12
explicit
XmppLifetimeManager
(
int
task_id);
13
virtual
~XmppLifetimeManager
();
14
15
private
:
16
DISALLOW_COPY_AND_ASSIGN
(
XmppLifetimeManager
);
17
};
18
19
#endif
lifetime.h
LifetimeManager
Definition:
lifetime.h:188
XmppLifetimeManager::~XmppLifetimeManager
virtual ~XmppLifetimeManager()
Definition:
xmpp_lifetime.cc:11
XmppLifetimeManager::XmppLifetimeManager
XmppLifetimeManager(int task_id)
Definition:
xmpp_lifetime.cc:7
XmppLifetimeManager::DISALLOW_COPY_AND_ASSIGN
DISALLOW_COPY_AND_ASSIGN(XmppLifetimeManager)
XmppLifetimeManager
Definition:
xmpp_lifetime.h:10
contrail
controller
src
xmpp
xmpp_lifetime.h
Generated by
1.8.5