Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / TransportCurrent / IIOP_Transport_Current.h
blob7cebab4211c20453d3fa0057086879ed2627dc0c
1 // -*- C++ -*-
2 #ifndef IIOP_TRANSPORT_CURRENT_H
3 #define IIOP_TRANSPORT_CURRENT_H
5 #include "tao/TransportCurrent/TCC.h"
6 #include "tao/TransportCurrent/TC_IIOPC.h"
7 #include "tao/TransportCurrent/IIOP_Current_Loader.h"
9 #if defined (TAO_AS_STATIC_LIBS)
11 // Only do this for static builds. It causes a circular dependency for
12 // dynamic builds.
13 static int tao_iiop_transport_current_initializer_called =
14 TAO::Transport::IIOP::current_static_initializer ();
16 #endif /* TAO_AS_STATIC_LIBS */
18 #endif /* IIOP_TRANSPORT_CURRENT_H */