summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:13:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:13:50 +0000
commite48708fd68c8d04225d5f55255c2d06f61a332b9 (patch)
treeb8748a37926553b41804ffd0636431d777c009ec
parent68a54d8652f8e65d3fd4573bf084c4155ce5c56d (diff)
downloadATCD-e48708fd68c8d04225d5f55255c2d06f61a332b9.tar.gz
Cosmetic changes.
-rw-r--r--TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h b/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
index 5c9d2dbbbf1..9468af7702e 100644
--- a/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
+++ b/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
@@ -196,6 +196,12 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
private:
+ // Finds a legal default label value.
+ void compute_default_label (CORBA::TCKind kind,
+ CORBA::ULong skip_slot,
+ const IR::UnionMemberSeq &members,
+ TAO_OutputCDR &cdr);
+
// Prohibited
TAO_TypeCodeFactory_i (const TAO_TypeCodeFactory_i &src);
TAO_TypeCodeFactory_i &operator= (const TAO_TypeCodeFactory_i &src);