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


#include "tao/TransportCurrent/TCC.h"
#include "tao/TransportCurrent/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_transport_current_initializer_called =
  TAO::Transport::current_static_initializer ();

#endif /* TAO_AS_STATIC_LIBS */