OpenDDS  Snapshot(2023/04/28-20:55)
Recorder.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 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
8 
9 #include "Recorder.h"
10 
11 #include "GuidConverter.h"
12 
14 
15 namespace OpenDDS {
16 namespace DCPS {
17 
19 {
20 }
21 
23 {
24 }
25 
27 {
28  if (obj) obj->_add_ref();
29  return obj;
30 }
31 
32 }
33 }
34 
36 
38 
41 {
43 }
44 
45 void
47 {
48  if (p) p->_remove_ref();
49 }
50 
53 {
54  return static_cast<OpenDDS::DCPS::Recorder_ptr>(0);
55 }
56 
60 {
61  return false;
62 }
63 
#define TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_CDR::Boolean Boolean
static Recorder_ptr _duplicate(Recorder_ptr obj)
Definition: Recorder.cpp:26
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define TAO_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28