summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-05-15 17:15:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-05-15 17:15:22 +0200
commit43bdfc0437da6a2e78732f072253c9725818d556 (patch)
treeec79e028871e38b847c470dd929d9439941984c6
parentae77ea225ceb7eb17a8a4a0caaacdb9217bcfef7 (diff)
downloadATCD-43bdfc0437da6a2e78732f072253c9725818d556.tar.gz
Layout changes
* TAO/tao/IORManipulation/IORManipulation.cpp: * TAO/tao/Valuetype/ValueBase.inl:
-rw-r--r--TAO/tao/IORManipulation/IORManipulation.cpp2
-rw-r--r--TAO/tao/Valuetype/ValueBase.inl4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.cpp b/TAO/tao/IORManipulation/IORManipulation.cpp
index 3c865e539f4..ef0fba027af 100644
--- a/TAO/tao/IORManipulation/IORManipulation.cpp
+++ b/TAO/tao/IORManipulation/IORManipulation.cpp
@@ -268,7 +268,7 @@ TAO_IOR_Manipulation_impl::is_primary_set (
}
CORBA::Boolean
-TAO_IOR_Manipulation_impl:: remove_primary_tag (
+TAO_IOR_Manipulation_impl::remove_primary_tag (
TAO_IOP::TAO_IOR_Property_ptr prop,
CORBA::Object_ptr group)
{
diff --git a/TAO/tao/Valuetype/ValueBase.inl b/TAO/tao/Valuetype/ValueBase.inl
index 3015b22d45c..e76c57a61f1 100644
--- a/TAO/tao/Valuetype/ValueBase.inl
+++ b/TAO/tao/Valuetype/ValueBase.inl
@@ -16,7 +16,7 @@ TAO_OBV_GIOP_Flags::is_value_tag (CORBA::Long tag)
}
ACE_INLINE CORBA::Boolean
-TAO_OBV_GIOP_Flags:: has_codebase_url (CORBA::Long tag)
+TAO_OBV_GIOP_Flags::has_codebase_url (CORBA::Long tag)
{
return (CORBA::Boolean) (tag & Codebase_url);
}
@@ -40,7 +40,7 @@ TAO_OBV_GIOP_Flags::has_list_type_info (CORBA::Long tag)
}
ACE_INLINE CORBA::Boolean
-TAO_OBV_GIOP_Flags:: is_chunked (CORBA::Long tag)
+TAO_OBV_GIOP_Flags::is_chunked (CORBA::Long tag)
{
return (CORBA::Boolean) (tag & 8);
}