summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/AbstractBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/AbstractBase.cpp')
-rw-r--r--TAO/tao/Valuetype/AbstractBase.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/Valuetype/AbstractBase.cpp b/TAO/tao/Valuetype/AbstractBase.cpp
index b52d979ad1b..147eb54a1f3 100644
--- a/TAO/tao/Valuetype/AbstractBase.cpp
+++ b/TAO/tao/Valuetype/AbstractBase.cpp
@@ -14,32 +14,8 @@
# include "tao/Valuetype/AbstractBase.inl"
#endif /* ! __ACE_INLINE__ */
-ACE_RCSID (Valuetype,
- AbstractBase,
- "$Id$")
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-// ************************************************************
-// These are in CORBA namespace
-
-void
-CORBA::release (CORBA::AbstractBase_ptr obj)
-{
- if (obj)
- {
- obj->_remove_ref ();
- }
-}
-
-CORBA::Boolean
-CORBA::is_nil (CORBA::AbstractBase_ptr obj)
-{
- return (obj == 0);
-}
-
-// ************************************************************
-
CORBA::AbstractBase::AbstractBase (void)
: is_objref_ (false)
, concrete_stubobj_ (0)