diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-20 15:03:13 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-20 15:03:13 +0000 |
commit | 171c78a645709f9110d393d231476204575ea60c (patch) | |
tree | 991f5bb79499bc63bdd4863dcb735627b3954658 | |
parent | f6eae775d3500c0f65d55757a252b3d96d78a46d (diff) | |
download | ATCD-171c78a645709f9110d393d231476204575ea60c.tar.gz |
ChangeLogTag: Sat Dec 20 15:03:59 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tao/Array_VarOut_T.h | 2 | ||||
-rw-r--r-- | TAO/tao/BiDir_Adapter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Array_VarOut_T.h b/TAO/tao/Array_VarOut_T.h index 4469b4f3b95..bc151f3a55e 100644 --- a/TAO/tao/Array_VarOut_T.h +++ b/TAO/tao/Array_VarOut_T.h @@ -37,7 +37,7 @@ namespace TAO static void tao_copy (T_slice * _tao_to, const T_slice * _tao_from); }; -}; +} /** * @class TAO_Array_Var_Base_T diff --git a/TAO/tao/BiDir_Adapter.h b/TAO/tao/BiDir_Adapter.h index 00eec04a094..2ecd74e9285 100644 --- a/TAO/tao/BiDir_Adapter.h +++ b/TAO/tao/BiDir_Adapter.h @@ -28,7 +28,7 @@ namespace CORBA { class ORB; typedef ORB *ORB_ptr; -}; +} /** * @class TAO_BiDir_Adapter |