summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/IIOP_Transport_Current.h
blob: 9a59cc00f278b3abbf8126a50bb8cb2d28b2f464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- C++ -*-
// $Id$


#include "tao/TransportCurrent/TCC.h"
#include "tao/TransportCurrent/TC_IIOPC.h"
#include "tao/TransportCurrent/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 */