summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_enum.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-12 00:39:28 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-12 00:39:28 +0000
commit13707c56eb56de272d9f1b989af737f37e4b3ed3 (patch)
tree90d4baa11ba6804ff94dc730fef00bd14878bd06 /TAO/TAO_IDL/be/be_enum.cpp
parenta293e11bc2fca8fec669399037719c2c778c23a6 (diff)
downloadATCD-13707c56eb56de272d9f1b989af737f37e4b3ed3.tar.gz
new _bind, additional parameters to _narrow, use TAO_ENCAP_BYTE_ORDER
CVS: CVS: CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL/be/be_enum.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_enum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp
index ef31c4fd083..a6d8b6ae843 100644
--- a/TAO/TAO_IDL/be/be_enum.cpp
+++ b/TAO/TAO_IDL/be/be_enum.cpp
@@ -255,7 +255,7 @@ be_enum::gen_encapsulation (void)
// XXXASG - byte order must be based on what m/c we are generating code -
// TODO
- *cs << "MY_BYTE_SEX, // byte order" << nl;
+ *cs << "TAO_ENCAP_BYTE_ORDER, // byte order" << nl;
// generate repoID
*cs << (ACE_OS::strlen (this->repoID ())+1) << ", ";
(void)this->tc_name2long (this->repoID (), arr, arrlen);