#include <Shmem.h>
List of all members.
Definition at line 16 of file Shmem.h.
Definition at line 16 of file Shmem.cpp.
00017 { 00018 ACE_Service_Config::process_directive(ace_svc_desc_ShmemLoader); 00019 00020 #if (OPENDDS_SHMEM_HAS_DLL == 0) 00021 ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Shmem")); 00022 #endif /* OPENDDS_SHMEM_HAS_DLL */ 00023 }