OpenDDS
Snapshot(2023/04/28-20:55)
dds
CORBA
tao
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
8
class
TAO_Resource_Factory
;
9
10
class
TAO_Export
TAO_ORB_Core
{
11
public
:
12
TAO_Resource_Factory
* resource_factory();
13
};
14
15
TAO_Resource_Factory
*
TAO_ORB_Core::resource_factory
()
16
{
17
return
0;
18
}
19
20
class
TAO_Export
TAO_OutputCDR
{
21
public
:
22
bool
fragment_stream(
ACE_CDR::ULong
,
ACE_CDR::ULong
);
23
};
24
25
bool
TAO_OutputCDR::fragment_stream
(
ACE_CDR::ULong
,
ACE_CDR::ULong
)
26
{
27
return
false
;
28
}
29
30
namespace
IOP
{
31
class
TAO_Export
TaggedProfileSeq
{
32
~
TaggedProfileSeq
();
33
};
34
}
35
36
IOP::TaggedProfileSeq::~TaggedProfileSeq
()
37
{
38
}
TAO_Resource_Factory
TAO_ORB_Core
Definition:
ORB_Misc.cpp:10
TAO_Export
#define TAO_Export
TAO_Export.h
TAO_ORB_Core::resource_factory
TAO_Resource_Factory * resource_factory(void)
Definition:
ORB_Misc.cpp:15
IOP
TAO_OutputCDR
Definition:
ORB_Misc.cpp:20
IOP::TaggedProfileSeq
Definition:
ORB_Misc.cpp:31
IOP::TaggedProfileSeq::~TaggedProfileSeq
~TaggedProfileSeq()
Definition:
ORB_Misc.cpp:36
ACE_CDR::ULong
ACE_UINT32 ULong
TAO_OutputCDR::fragment_stream
bool fragment_stream(ACE_CDR::ULong pending_alignment, ACE_CDR::ULong pending_length)
Definition:
ORB_Misc.cpp:25
CDR_Base.h
Generated by
1.8.13