Tcp.h

Go to the documentation of this file.
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 
00017 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00018 # pragma once
00019 #endif /* ACE_LACKS_PRAGMA_ONCE */
00020 
00021 namespace OpenDDS {
00022 namespace DCPS {
00023 
00024 class OpenDDS_Tcp_Export Tcp_Initializer {
00025 public:
00026   // Constructor.
00027   Tcp_Initializer();
00028 };
00029 
00030 static Tcp_Initializer tcp_initializer;
00031 
00032 }
00033 }
00034 
00035 #include /**/ "ace/post.h"
00036 
00037 #endif /* OPENDDS_TCP_H */

Generated on Fri Feb 12 20:05:27 2016 for OpenDDS by  doxygen 1.4.7