OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | List of all members
OpenDDS::DCPS::ShmemInitializer Class Reference

#include <Shmem.h>

Public Member Functions

 ShmemInitializer ()
 

Detailed Description

Definition at line 19 of file Shmem.h.

Constructor & Destructor Documentation

◆ ShmemInitializer()

OpenDDS::DCPS::ShmemInitializer::ShmemInitializer ( )

Definition at line 18 of file Shmem.cpp.

References ACE_TEXT(), OPENDDS_END_VERSIONED_NAMESPACE_DECL, and ACE_Service_Config::process_directive().

19 {
20  ACE_Service_Config::process_directive(ace_svc_desc_ShmemLoader);
21 
22 #if (OPENDDS_SHMEM_HAS_DLL == 0)
23  ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Shmem"));
24 #endif /* OPENDDS_SHMEM_HAS_DLL */
25 }
static int process_directive(const ACE_TCHAR directive[])
ACE_TEXT("TCP_Factory")

The documentation for this class was generated from the following files: