summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.cpp
blob: 58c86b910e2f209894d2020bd036b03bbc901a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file Auto_Disconnect.cpp
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */
#ifndef TAO_PERF_RTEC_AUTO_DISCONNECT_CPP
#define TAO_PERF_RTEC_AUTO_DISCONNECT_CPP

#include "Auto_Disconnect.h"

#if !defined(__ACE_INLINE__)
#include "Auto_Disconnect.inl"
#endif /* __ACE_INLINE__ */

template<class Client> Auto_Disconnect<Client>&
Auto_Disconnect<Client>::operator= (Client *client)
{
  this->reset(client);
  return *this;
}

#endif /* TAO_PERF_RTEC_AUTO_DISCONNECT_CPP */