blob: 98764d3606622262280bad363472551f5ba80291 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include "Connect_Strategy.h"
ACE_RCSID (tao,
Connect_Strategy,
"$Id$")
TAO_Connect_Strategy::TAO_Connect_Strategy (TAO_ORB_Core *orb_core)
: orb_core_ (orb_core)
{
}
TAO_Connect_Strategy::~TAO_Connect_Strategy (void)
{
}
|