OpenDDS  Snapshot(2023/04/28-20:55)
ORB_Misc.cpp
Go to the documentation of this file.
1 #include "tao/TAO_Export.h"
2 #include "ace/CDR_Base.h"
3 
4 // This file contains stubbed-out functions that are required to link binaries
5 // that use code generated by tao_idl. We do not expect these functions to be
6 // called when using the OpenDDS subset (local interfaces, structs, etc.).
7 
9 
11 public:
12  TAO_Resource_Factory* resource_factory();
13 };
14 
16 {
17  return 0;
18 }
19 
21 public:
22  bool fragment_stream(ACE_CDR::ULong, ACE_CDR::ULong);
23 };
24 
26 {
27  return false;
28 }
29 
30 namespace IOP {
33  };
34 }
35 
37 {
38 }
#define TAO_Export
TAO_Resource_Factory * resource_factory(void)
Definition: ORB_Misc.cpp:15
ACE_UINT32 ULong
bool fragment_stream(ACE_CDR::ULong pending_alignment, ACE_CDR::ULong pending_length)
Definition: ORB_Misc.cpp:25