summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Alias_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/Alias_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/Alias_TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Alias_TypeCode.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/AnyTypeCode/Alias_TypeCode.inl b/TAO/tao/AnyTypeCode/Alias_TypeCode.inl
index d781ee5641f..7b54311759b 100644
--- a/TAO/tao/AnyTypeCode/Alias_TypeCode.inl
+++ b/TAO/tao/AnyTypeCode/Alias_TypeCode.inl
@@ -14,13 +14,7 @@ TAO::TypeCode::Alias<StringType,
CORBA::TCKind kind,
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 tc)
-#else
TypeCodeType const & tc)
-#endif
: ::CORBA::TypeCode (kind)
, RefCountPolicy ()
, attributes_ (id, name)