summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_enum.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-31 15:08:30 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-31 15:08:30 +0000
commitf8e90c3d3bd6f6d5a28e1c15b0df05238d4097f2 (patch)
tree961fbc86635d2510e5b9a4b224a25f395c52fc20 /TAO/TAO_IDL/be/be_enum.cpp
parent14f3e1969545f9a5ac29e40e9ee1407d7874fe3c (diff)
downloadATCD-f8e90c3d3bd6f6d5a28e1c15b0df05238d4097f2.tar.gz
Lots of changes mentione dn ChangeLog.
CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL/be/be_enum.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_enum.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp
index 9432df7558e..4a4e2f12367 100644
--- a/TAO/TAO_IDL/be/be_enum.cpp
+++ b/TAO/TAO_IDL/be/be_enum.cpp
@@ -34,6 +34,7 @@ be_enum::be_enum (UTL_ScopedName *n, UTL_StrList *p)
UTL_Scope (AST_Decl::NT_enum),
member_count_ (-1)
{
+#if 0
// computes the repoID
compute_repoID ();
@@ -45,6 +46,7 @@ be_enum::be_enum (UTL_ScopedName *n, UTL_StrList *p)
// compute the flattened fully scoped name
compute_flatname ();
+#endif
}
// compute total number of members
@@ -260,7 +262,7 @@ be_enum::gen_encapsulation (void)
long i, arrlen;
long *arr; // an array holding string names converted to array of longs
-
+
cs = cg->outstream ();
cs->indent (); // start from whatever indentation level we were at
@@ -312,7 +314,7 @@ be_enum::tc_encap_len (void)
if (this->encap_len_ == -1) // not computed yet
{
long slen;
-
+
// Macro to avoid "warning: unused parameter" type warning.
ACE_UNUSED_ARG (slen);