Line data Source code
1 : /* 2 : * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. 3 : */ 4 : 5 : #include "xmpp/xmpp_lifetime.h" 6 : 7 2161 : XmppLifetimeManager::XmppLifetimeManager(int task_id) 8 2161 : : LifetimeManager(task_id) { 9 2161 : } 10 : 11 4080 : XmppLifetimeManager::~XmppLifetimeManager() { 12 4080 : }