summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 20:41:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 20:41:47 +0000
commit24510526eaee89815e29efe94f62cdf128d9095d (patch)
tree48c8b99ca821b741cfd7c299786fe58c8423677e /TAO/tao/Stub.h
parenteb4d1b9c33848d6ef4b842b1ddf00fc34531fa2f (diff)
downloadATCD-24510526eaee89815e29efe94f62cdf128d9095d.tar.gz
Removed comment asking about usefulness of enum declaration.
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index 2169bd7e36c..e3381d4d793 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -48,14 +48,11 @@ class TAO_Policy_Manager_Impl;
enum TAO_Param_Type
{
- // @@ Is there any use for this enum? I would assume that the
- // similar ones on corbfwd.h are enough!
- // @@ Jeff: can you check into that?
-
// = TITLE
- // TAO_Param_Type
- // =DESCRIPTION
- // Parameter mode of a given parameter.
+ // TAO_Param_Type
+ //
+ // = DESCRIPTION
+ // Parameter mode of a given parameter.
PARAM_IN,
PARAM_OUT,
PARAM_INOUT,