OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
NullSynch.h
Go to the documentation of this file.
1
/*
2
*
3
*
4
* Distributed under the OpenDDS License.
5
* See: http://www.opendds.org/license.html
6
*/
7
8
#ifndef OPENDDS_DCPS_TRANSPORT_FRAMEWORK_NULLSYNCH_H
9
#define OPENDDS_DCPS_TRANSPORT_FRAMEWORK_NULLSYNCH_H
10
11
#include "
dds/DCPS/dcps_export.h
"
12
#include "
ThreadSynch.h
"
13
14
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
15
16
namespace
OpenDDS
{
17
namespace
DCPS {
18
19
class
OpenDDS_Dcps_Export
NullSynch
:
public
ThreadSynch
{
20
public
:
21
22
NullSynch
(
ThreadSynchResource
* resource);
23
virtual
~
NullSynch
();
24
25
virtual
void
work_available();
26
};
27
28
}
// namespace DCPS
29
}
// namespace OpenDDS
30
31
OPENDDS_END_VERSIONED_NAMESPACE_DECL
32
33
#if defined (__ACE_INLINE__)
34
#include "
NullSynch.inl
"
35
#endif
/* __ACE_INLINE__ */
36
37
#endif
/* OPENDDS_DCPS_NULLSYNCH_H */
dcps_export.h
OpenDDS_Dcps_Export
#define OpenDDS_Dcps_Export
Definition:
dcps_export.h:24
OpenDDS::DCPS::ThreadSynchResource
Definition:
ThreadSynchResource.h:19
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Definition:
Versioned_Namespace.h:48
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
Definition:
Hash.cpp:17
OpenDDS
The Internal API and Implementation of OpenDDS.
Definition:
AddressCache.h:28
OpenDDS::DCPS::NullSynch
Definition:
NullSynch.h:19
NullSynch.inl
OpenDDS::DCPS::ThreadSynch
Definition:
ThreadSynch.h:34
ThreadSynch.h
Generated by
1.8.13