summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Union_TypeCode.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-17 13:57:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-17 13:57:39 +0000
commit9c5f0404c0af5d0094054de0df6076fa280980bd (patch)
tree85e4a9b45351406a0cc2a87eadb1a5e3be82b3f3 /TAO/tao/AnyTypeCode/Union_TypeCode.inl
parent502138e3d4bf83f95d264ea61694e122f1eab3e7 (diff)
downloadATCD-9c5f0404c0af5d0094054de0df6076fa280980bd.tar.gz
Fri Oct 17 13:55:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/AnyTypeCode/Union_TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Union_TypeCode.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/AnyTypeCode/Union_TypeCode.inl b/TAO/tao/AnyTypeCode/Union_TypeCode.inl
index ab001d57baf..77c18686b2d 100644
--- a/TAO/tao/AnyTypeCode/Union_TypeCode.inl
+++ b/TAO/tao/AnyTypeCode/Union_TypeCode.inl
@@ -15,13 +15,7 @@ TAO::TypeCode::Union<StringType,
RefCountPolicy>::Union (
char const * id,
char const * name,
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x572)
- // Borland C++ currently can't handle a reference to
- // const pointer to const CORBA::TypeCode_ptr
- TypeCodeType discriminant_type,
-#else
TypeCodeType const & discriminant_type,
-#endif
CaseArrayType const & cases,
CORBA::ULong ncases,
CORBA::Long default_index)