00001 // -*- C++ -*- 00002 // $Id: Transport_Current.h 76092 2006-12-19 22:32:59Z iliyan $ 00003 00004 00005 #include "tao/TransportCurrent/TCC.h" 00006 #include "tao/TransportCurrent/Current_Loader.h" 00007 00008 #if defined (TAO_AS_STATIC_LIBS) 00009 00010 // Only do this for static builds. It causes a circular dependency for 00011 // dynamic builds. 00012 static int tao_transport_current_initializer_called = 00013 TAO::Transport::current_static_initializer (); 00014 00015 #endif /* TAO_AS_STATIC_LIBS */ 00016