UdpLoader.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 DCPS_UDPLOADER_H
00009 #define DCPS_UDPLOADER_H
00010 
00011 #include "Udp_Export.h"
00012 
00013 #include "ace/Global_Macros.h"
00014 #include "ace/Service_Config.h"
00015 #include "ace/Service_Object.h"
00016 
00017 namespace OpenDDS {
00018 namespace DCPS {
00019 
00020 class OpenDDS_Udp_Export UdpLoader
00021   : public ACE_Service_Object {
00022 public:
00023   virtual int init(int argc, ACE_TCHAR* argv[]);
00024 };
00025 
00026 ACE_STATIC_SVC_DECLARE_EXPORT(OpenDDS_Udp, UdpLoader)
00027 ACE_FACTORY_DECLARE(OpenDDS_Udp, UdpLoader)
00028 
00029 } // namespace DCPS
00030 } // namespace OpenDDS
00031 
00032 #endif  /* DCPS_UDPLOADER_H */

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