00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef OPENDDS_TCP_H 00009 #define OPENDDS_TCP_H 00010 00011 #include /**/ "ace/pre.h" 00012 00013 #include "Tcp_export.h" 00014 #include "ace/Service_Object.h" 00015 #include "ace/Service_Config.h" 00016 #include "dds/Versioned_Namespace.h" 00017 00018 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00019 # pragma once 00020 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00021 00022 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00023 00024 namespace OpenDDS { 00025 namespace DCPS { 00026 00027 class OpenDDS_Tcp_Export Tcp_Initializer { 00028 public: 00029 // Constructor. 00030 Tcp_Initializer(); 00031 }; 00032 00033 static Tcp_Initializer tcp_initializer; 00034 00035 } 00036 } 00037 00038 OPENDDS_END_VERSIONED_NAMESPACE_DECL 00039 00040 #include /**/ "ace/post.h" 00041 00042 #endif /* OPENDDS_TCP_H */