summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index d0a0f44d12d..b47ba1f64aa 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -356,15 +356,6 @@ namespace CORBA
//@} End of TAO-specific methods..
- /// Can this object be stringified?
- virtual bool can_convert_to_ior (void) const;
-
- /// A hook to allow users to provide custom object stringification.
- /// @note This method is intended to be used by classes that
- /// implement Smart Proxies and no others.
- virtual char* convert_to_ior (bool use_omg_ior_format,
- const char* ior_prefix) const;
-
protected:
/// Initializing a local object.