00001
00002
00003
00004
00005
00006
00007
00008 #include "Tcp_pch.h"
00009 #include "Tcp.h"
00010 #include "TcpLoader.h"
00011 #include "tao/debug.h"
00012 #include "ace/Dynamic_Service.h"
00013
00014 namespace OpenDDS {
00015 namespace DCPS {
00016
00017 Tcp_Initializer::Tcp_Initializer()
00018 {
00019 ACE_Service_Config::process_directive(ace_svc_desc_TcpLoader);
00020
00021 #if OPENDDS_TCP_HAS_DLL == 0
00022 ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Tcp"));
00023 #endif
00024 }
00025
00026 }
00027 }