TcpLoader.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 TCP_LOADER_H
00009 #define TCP_LOADER_H
00010 #include /**/ "ace/pre.h"
00011 
00012 #include "Tcp_export.h"
00013 
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 TcpLoader : public ACE_Service_Object {
00025 public:
00026 
00027   TcpLoader();
00028 
00029   virtual ~TcpLoader();
00030 
00031   /// Initialize the loader hooks.
00032   virtual int init(int argc, ACE_TCHAR* argv[]);
00033 };
00034 
00035 ACE_STATIC_SVC_DECLARE_EXPORT(OpenDDS_Tcp, TcpLoader)
00036 ACE_FACTORY_DECLARE(OpenDDS_Tcp, TcpLoader)
00037 
00038 }
00039 }
00040 
00041 #include /**/ "ace/post.h"
00042 #endif /* TCP_LOADER_H */

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