summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-30 07:54:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-30 07:54:57 +0000
commit91705ac068269fbe0d50c75313bbd17683d83be2 (patch)
tree86d7a34d1fdf5b30055ce907377f64452724ca55
parent357f904f3248166919ca544e181ffa52d8f2a468 (diff)
downloadATCD-91705ac068269fbe0d50c75313bbd17683d83be2.tar.gz
ChangeLogTag:Tue Apr 26 11:06:11 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/tao/Objref_TypeCode.h7
-rw-r--r--TAO/tao/Objref_TypeCode_Base.h3
2 files changed, 6 insertions, 4 deletions
diff --git a/TAO/tao/Objref_TypeCode.h b/TAO/tao/Objref_TypeCode.h
index 5f735e51c83..c621b61a85a 100644
--- a/TAO/tao/Objref_TypeCode.h
+++ b/TAO/tao/Objref_TypeCode.h
@@ -9,6 +9,7 @@
* Header file for
* @c tk_abstract_interface,
* @c tk_component,
+ * @c tk_home,
* @c tk_local_interface,
* @c tk_native and
* @c tk_objref
@@ -79,8 +80,8 @@ namespace TAO
ACE_ENV_ARG_DECL)
{
return factory->create_home_tc (id,
- "" /* empty name */
- ACE_ENV_ARG_PARAMETER);
+ "" /* empty name */
+ ACE_ENV_ARG_PARAMETER);
}
};
@@ -136,7 +137,7 @@ namespace TAO
*
* This class implements a @c CORBA::TypeCode for an OMG IDL
* @c object (interface) and object-like types (abstract
- * interface, component, local interface and native).
+ * interface, component, home, local interface and native).
*/
template <typename StringType, CORBA::TCKind Kind, class RefCountPolicy>
class Objref
diff --git a/TAO/tao/Objref_TypeCode_Base.h b/TAO/tao/Objref_TypeCode_Base.h
index 155f6879429..33fe6f29f70 100644
--- a/TAO/tao/Objref_TypeCode_Base.h
+++ b/TAO/tao/Objref_TypeCode_Base.h
@@ -9,6 +9,7 @@
* Header file for
* @c tk_abstract_interface,
* @c tk_component,
+ * @c tk_home,
* @c tk_local_interface,
* @c tk_native and
* @c tk_objref
@@ -43,7 +44,7 @@ namespace TAO
*
* This class implements a @c CORBA::TypeCode for an OMG IDL
* @c object (interface) and object-like types (abstract
- * interface, component, local interface and native).
+ * interface, component, home, local interface and native).
*/
template <typename StringType, class RefCountPolicy>
class Objref_Base