summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:21:38 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:21:38 +0100
commit7a524d788b2d179f018db43a4dc21f3cc91893f2 (patch)
treeaa8a05fa17584681ca7383e739463c9070ffc5c4 /TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp
parent961468ea128b786930d63678f598b1871569f4f4 (diff)
downloadATCD-7a524d788b2d179f018db43a4dc21f3cc91893f2.tar.gz
Add missing includes
* TAO/tao/Adapter_Registry.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/String_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp: * TAO/tao/ImR_Client/ImR_Client.cpp: * TAO/tao/Object_KeyC.cpp: * TAO/tao/PortableServer/Var_Size_SArgument_T.cpp: * TAO/tao/PortableServer/Vector_SArgument_T.cpp: * TAO/tao/RTCORBA/RT_ProtocolPropertiesA.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp: * TAO/tao/Strategies/DIOP_Profile.cpp: * TAO/tao/Strategies/SHMIOP_Profile.cpp: * TAO/tao/Strategies/UIOP_Profile.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tao/Vector_Argument_T.cpp: * TAO/tao/WrongTransactionC.cpp: * TAO/tao/WrongTransactionC.h:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp b/TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp
index 9022c9ce878..c3edfaa1ab3 100644
--- a/TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp
+++ b/TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp
@@ -115,8 +115,7 @@ TAO::TypeCode::Objref<char const *,
}
char const *
-TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy>::id_i (
- ) const
+TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy>::id_i () const
{
// Ownership is retained by the TypeCode, as required by the C++
// mapping.
@@ -124,8 +123,7 @@ TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy>::id_i (
}
char const *
-TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy>::name_i (
- ) const
+TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy>::name_i () const
{
// Ownership is retained by the TypeCode, as required by the C++
// mapping.