BuiltInPlugins.h

Go to the documentation of this file.
00001 /*
00002  * Distributed under the OpenDDS License.
00003  * See: http://www.opendds.org/license.html
00004  */
00005 
00006 #ifndef DCPS_SECURITY_BUILTIN_PLUGINS_INITIALIZER_H
00007 #define DCPS_SECURITY_BUILTIN_PLUGINS_INITIALIZER_H
00008 
00009 #include "DdsSecurity_Export.h"
00010 #include "dds/Versioned_Namespace.h"
00011 
00012 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00013 
00014 namespace OpenDDS {
00015 namespace Security {
00016 
00017 class DdsSecurity_Export BuiltinPluginsInitializer {
00018 public:
00019   BuiltinPluginsInitializer();
00020 };
00021 
00022 static BuiltinPluginsInitializer builtin_plugins_init;
00023 
00024 }
00025 }
00026 
00027 OPENDDS_END_VERSIONED_NAMESPACE_DECL
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1