OpenDDS  Snapshot(2023/04/28-20:55)
Transient_Kludge.cpp
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 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
9 #include "Transient_Kludge.h"
10 
11 #include "ace/Singleton.h"
12 
13 #if !defined (__ACE_INLINE__)
14 #include "Transient_Kludge.inl"
15 #endif /* __ACE_INLINE__ */
16 
19 {
20  // Hide the template instantiation to prevent multiple instances
21  // from being created.
22 
24 }
static Transient_Kludge * instance()
Return a singleton instance of this class.
static TYPE * instance(void)