summaryrefslogtreecommitdiff
path: root/TAO/tao/client_factory.cpp
blob: a15184198a416ba29536abfaa97988ead0da3c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// ============================================================================
//
// = LIBRARY
//     TAO
// 
// = FILENAME
//     client_factory.cpp
//
// = AUTHOR
//     Chris Cleeland
//
// = VERSION
//     $Id$
// ============================================================================

#include "tao/corba.h"

TAO_Client_Strategy_Factory::TAO_Client_Strategy_Factory (void)
{
}

TAO_Client_Strategy_Factory::~TAO_Client_Strategy_Factory (void)
{
}