summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Any.i')
-rw-r--r--TAO/tao/Any.i14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/Any.i b/TAO/tao/Any.i
index 370cd09cafa..1c709977d11 100644
--- a/TAO/tao/Any.i
+++ b/TAO/tao/Any.i
@@ -3,20 +3,6 @@
// Insertion from special types.
-ACE_INLINE
-void
-CORBA_Any::replace (CORBA::TypeCode_ptr type,
- const void *value,
- CORBA::Environment &ACE_TRY_ENV)
-{
- // Invoke the first form of the replace method and pass the default
- // value (FALSE) for the "any_owns_data" parameter
- this->replace (type,
- value,
- 0,
- ACE_TRY_ENV);
-}
-
ACE_INLINE CORBA::Boolean
CORBA_Any::any_owns_data (void) const
{