From 829451f137fad3c27a00581ab4ad46656ea11cff Mon Sep 17 00:00:00 2001 From: gokhale Date: Fri, 12 Jun 1998 22:00:38 +0000 Subject: *** empty log message *** --- TAO/TAO_IDL/be/be_enum.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/TAO_IDL/be/be_enum.cpp') diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp index afdf34116f4..c9e0ea40463 100644 --- a/TAO/TAO_IDL/be/be_enum.cpp +++ b/TAO/TAO_IDL/be/be_enum.cpp @@ -120,7 +120,7 @@ be_enum::gen_encapsulation (void) (void)this->tc_name2long (this->repoID (), arr, arrlen); for (i=0; i < arrlen; i++) { - cs->print ("0x%x, ", arr[i]); + cs->print ("ACE_NTOHL (0x%x), ", arr[i]); } *cs << " // repository ID = " << this->repoID () << nl; // generate name @@ -128,7 +128,7 @@ be_enum::gen_encapsulation (void) (void)this->tc_name2long(this->local_name ()->get_string (), arr, arrlen); for (i=0; i < arrlen; i++) { - cs->print ("0x%x, ", arr[i]); + cs->print ("ACE_NTOHL (0x%x), ", arr[i]); } *cs << " // name = " << this->local_name () << nl; // generate the member count -- cgit v1.2.1