00001 // Only for static builds, include default libraries for both discovery 00002 // and transport. This file will be included by the code in the executable 00003 // so that the static link includes the initializers for these libraries. 00004 #ifdef ACE_AS_STATIC_LIBS 00005 # ifdef OPENDDS_SAFETY_PROFILE 00006 # include "dds/DCPS/StaticDiscovery.h" 00007 # include "dds/DCPS/RTPS/RtpsDiscovery.h" 00008 # include "dds/DCPS/transport/rtps_udp/RtpsUdp.h" 00009 # else 00010 # include "dds/DCPS/InfoRepoDiscovery/InfoRepoDiscovery.h" 00011 # include "dds/DCPS/transport/tcp/Tcp.h" 00012 # endif 00013 #endif