summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_valuetype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_valuetype.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_valuetype.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_valuetype.cpp b/TAO/TAO_IDL/be/be_valuetype.cpp
index 57c7006417b..912cf2927fa 100644
--- a/TAO/TAO_IDL/be/be_valuetype.cpp
+++ b/TAO/TAO_IDL/be/be_valuetype.cpp
@@ -93,7 +93,7 @@ void
be_valuetype::set_abstract_valuetype ()
{
abstract_ = 1;
-}
+};
// compute stringified fully scoped skeleton name (OBV_name)
void
@@ -588,7 +588,6 @@ be_valuetype::gen_out_impl (void)
return 0;
}
-#if 0
// generate typecode.
// Typecode for interface comprises the enumerated value followed by the
// encapsulation of the parameters
@@ -685,7 +684,6 @@ be_valuetype::tc_encap_len (void)
}
return this->encap_len_;
}
-#endif
// for building the pre and postfix of private data fields
const char*