summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Transport_Current/IIOP_Transport_Current.h
blob: bf6315ce6bc04bd02efae7886672142cd0746559 (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
26
27
28
29
30
31
32
33
34
// -*- C++ -*-
// $Id$


#include "orbsvcs/Transport_Current/TCC.h"
#include "orbsvcs/Transport_Current/TC_IIOPC.h"
#include "orbsvcs/Transport_Current/IIOP_Current_Loader.h"

#if defined (TAO_AS_STATIC_LIBS)

// Only do this for static builds. It causes a circular dependency for
// dynamic builds.
static int tao_iiop_transport_current_initializer_called =
  TAO::Transport::IIOP::current_static_initializer ();

#endif /* TAO_AS_STATIC_LIBS */

// -*- C++ -*-
// $Id$


#include "orbsvcs/Transport_Current/TCC.h"
#include "orbsvcs/Transport_Current/TC_IIOPC.h"
#include "orbsvcs/Transport_Current/IIOP_Current_Loader.h"

#if defined (TAO_AS_STATIC_LIBS)

// Only do this for static builds. It causes a circular dependency for
// dynamic builds.
static int tao_iiop_transport_current_initializer_called =
  TAO::Transport::IIOP::current_static_initializer ();

#endif /* TAO_AS_STATIC_LIBS */