OpenDDS::DCPS::PerConnectionSynchStrategy Class Reference

#include <PerConnectionSynchStrategy.h>

Inheritance diagram for OpenDDS::DCPS::PerConnectionSynchStrategy:

Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::PerConnectionSynchStrategy:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PerConnectionSynchStrategy ()
virtual ~PerConnectionSynchStrategy ()
virtual ThreadSynchcreate_synch_object (ThreadSynchResource *synch_resource, long priority, int scheduler)

Detailed Description

Definition at line 17 of file PerConnectionSynchStrategy.h.


Constructor & Destructor Documentation

ACE_INLINE OpenDDS::DCPS::PerConnectionSynchStrategy::PerConnectionSynchStrategy (  ) 

Definition at line 11 of file PerConnectionSynchStrategy.inl.

References DBG_ENTRY_LVL.

00012 {
00013   DBG_ENTRY_LVL("PerConnectionSynchStrategy","PerConnectionSynchStrategy",6);
00014 }

OpenDDS::DCPS::PerConnectionSynchStrategy::~PerConnectionSynchStrategy (  )  [virtual]

Definition at line 16 of file PerConnectionSynchStrategy.cpp.

References DBG_ENTRY_LVL.

00017 {
00018   DBG_ENTRY_LVL("PerConnectionSynchStrategy","~PerConnectionSynchStrategy",6);
00019 }


Member Function Documentation

OpenDDS::DCPS::ThreadSynch * OpenDDS::DCPS::PerConnectionSynchStrategy::create_synch_object ( ThreadSynchResource synch_resource,
long  priority,
int  scheduler 
) [virtual]

Implements OpenDDS::DCPS::ThreadSynchStrategy.

Definition at line 22 of file PerConnectionSynchStrategy.cpp.

References DBG_ENTRY_LVL.

00026 {
00027   DBG_ENTRY_LVL("PerConnectionSynchStrategy","create_synch_object",6);
00028   return new PerConnectionSynch(synch_resource, priority, scheduler);
00029 }


The documentation for this class was generated from the following files:
Generated on Fri Feb 12 20:06:27 2016 for OpenDDS by  doxygen 1.4.7