summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-23 06:15:02 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-23 06:15:02 +0000
commitc7a079720249adcaa3698042dc46278ff4406307 (patch)
treeab644c54b087e5a6bf3c8181ec4394b18a005870
parent858fa3a3285c01f0542dda4e3724148a85efcd3a (diff)
downloadATCD-c7a079720249adcaa3698042dc46278ff4406307.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Any_Basic_Impl.cpp2
-rw-r--r--TAO/tao/TypeCode.h7
2 files changed, 5 insertions, 4 deletions
diff --git a/TAO/tao/Any_Basic_Impl.cpp b/TAO/tao/Any_Basic_Impl.cpp
index 359f157a181..b2e73f14c9e 100644
--- a/TAO/tao/Any_Basic_Impl.cpp
+++ b/TAO/tao/Any_Basic_Impl.cpp
@@ -156,7 +156,7 @@ namespace TAO
{
Any_Basic_Impl::assign_value (_tao_elem,
replacement,
- tck);
+ tck);
const_cast<CORBA::Any &> (any).replace (replacement);
replacement_safety.release ();
return 1;
diff --git a/TAO/tao/TypeCode.h b/TAO/tao/TypeCode.h
index b13b7c3b625..c4337afa9f8 100644
--- a/TAO/tao/TypeCode.h
+++ b/TAO/tao/TypeCode.h
@@ -36,7 +36,6 @@ namespace CORBA
typedef TAO_Pseudo_Var_T<TypeCode> TypeCode_var;
typedef TAO_Pseudo_Out_T<TypeCode, TypeCode_var> TypeCode_out;
-
/**
* @enum TCKind
*
@@ -105,9 +104,11 @@ namespace CORBA
/**
* @class TypeCode
*
- * @brief
- *
+ * @brief A representation of the structure of a given OMG
+ * IDL-declared type.
*
+ * @c TypeCodes are primarily used by @c CORBA::Anys, the CORBA
+ * Interface Repository and the CORBA Dynamic Invocation Interface.
*/
class TAO_Export TypeCode
{