OpenDDS  Snapshot(2023/04/28-20:55)
Transient_Kludge.inl
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 
10  : enabled_(false)
11 {
12 }
13 
16 {
17 }
18 
20 void
22 {
23  enabled_ = true;
24 }
25 
27 void
29 {
30  enabled_ = false;
31 }
32 
34 bool
36 {
37  return enabled_;
38 }
void enable()
Turn on enabled_ flag.
bool is_enabled() const
Accessor of enable flag.
void disable()
Turn off enabled_ flag.
#define ACE_INLINE