OpenSDN source code
 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 
11 public:
12  explicit XmppLifetimeManager(int task_id);
13  virtual ~XmppLifetimeManager();
14 
15 private:
17 };
18 
19 #endif
virtual ~XmppLifetimeManager()
XmppLifetimeManager(int task_id)
Definition: xmpp_lifetime.cc:7
DISALLOW_COPY_AND_ASSIGN(XmppLifetimeManager)