summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_enum_val.h
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-10-21 03:19:17 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-10-21 03:19:17 +0000
commit45f5f0a509f8cde98a1f3497e8f47287f088b78a (patch)
tree8a4c67b9b7de9353e23b6b884b0c15d5e085d75e /TAO/TAO_IDL/be_include/be_enum_val.h
parentdc518b2e924a54cb1f6c82c7c8e83b4dd1dbc281 (diff)
downloadATCD-45f5f0a509f8cde98a1f3497e8f47287f088b78a.tar.gz
Lot of modifications to get the compiler going.
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_enum_val.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_enum_val.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_enum_val.h b/TAO/TAO_IDL/be_include/be_enum_val.h
index 872575a0437..4a52ea0501f 100644
--- a/TAO/TAO_IDL/be_include/be_enum_val.h
+++ b/TAO/TAO_IDL/be_include/be_enum_val.h
@@ -54,11 +54,11 @@ public:
virtual int gen_server_inline (void);
// Generates the server-side inlines for the EnumVal
- virtual int gen_typecode (void);
+ virtual int gen_encapsulation (void);
// generate the typecode
virtual long tc_encap_len (void);
- // return the total byte length of ourselves represented as an encapsulation
+ // return length of encapsulation
// Narrowing
DEF_NARROW_METHODS2 (be_enum_val, AST_EnumVal, be_decl);