OpenDDS  Snapshot(2023/04/28-20:55)
BuiltInPlugins.cpp
Go to the documentation of this file.
1 /*
2  * Distributed under the OpenDDS License.
3  * See: http://www.opendds.org/license.html
4  */
5 
6 #include "BuiltInPlugins.h"
7 
8 #include "BuiltInPluginLoader.h"
9 
10 #include <ace/Service_Config.h>
11 
13 
14 namespace OpenDDS {
15 namespace Security {
16 
18 {
19  ACE_Service_Config::process_directive(ace_svc_desc_BuiltInPluginLoader);
20 
21 #if (OPENDDS_SECURITY_HAS_DLL == 0)
22  ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Security"));
23 #endif
24 
26 }
27 
28 }
29 }
30 
static int process_directive(const ACE_TCHAR directive[])
ACE_TEXT("TCP_Factory")
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
virtual int init(int argc, ACE_TCHAR *argv[])
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28