summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-18 10:27:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-18 10:27:01 +0000
commit55cfb50c16572525b929fc7e9df377b286a8130e (patch)
tree4e0d24f961a6ac9a0cf171c51a4f2f38f9a7de2d /TAO/tao/ORB.h
parent0f096482369285614fccb6b9900d1769a644bee4 (diff)
downloadATCD-55cfb50c16572525b929fc7e9df377b286a8130e.tar.gz
ChangeLogTag: Fri Mar 18 10:26:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index b887917c8b4..7bd410a275d 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -557,12 +557,6 @@ namespace CORBA
void _use_omg_ior_format (CORBA::Boolean ior);
CORBA::Boolean _use_omg_ior_format (void);
- /// Set collocation optimization status.
- /// Get collocation optimization status.
- /// @todo Who is calling this?
- void _optimize_collocation_objects (CORBA::Boolean opt);
- CORBA::Boolean _optimize_collocation_objects (void) const;
-
/// Get the ORB core.
TAO_ORB_Core *orb_core (void) const;