summaryrefslogtreecommitdiff
path: root/TAO/tao/LocalObject.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-02-05 20:02:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-02-05 20:02:46 +0000
commitba6643b81a317b8d92aae482f6c205707cae8078 (patch)
tree9e9c3b08003d84a21c6473ca396c646b760118af /TAO/tao/LocalObject.h
parentafb583c99e323c5f1d17bf4209ca7ebf1aa6f913 (diff)
downloadATCD-ba6643b81a317b8d92aae482f6c205707cae8078.tar.gz
Tue Feb 5 19:56:41 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/LocalObject.h')
-rw-r--r--TAO/tao/LocalObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/LocalObject.h b/TAO/tao/LocalObject.h
index 9cacb7c08eb..e87bd7e55ef 100644
--- a/TAO/tao/LocalObject.h
+++ b/TAO/tao/LocalObject.h
@@ -70,6 +70,7 @@ namespace CORBA
/// Always returns false.
virtual CORBA::Boolean _non_existent (void);
+#if ! defined (CORBA_E_COMPACT) && ! defined (CORBA_E_MICRO)
/// Throws CORBA::NO_IMPLEMENT.
virtual CORBA::ImplementationDef_ptr _get_implementation (void);
@@ -78,6 +79,7 @@ namespace CORBA
/// Throws NO_IMPLEMENT.
virtual CORBA::Object_ptr _get_component (void);
+#endif
/// Get the repository id.
virtual char * _repository_id (void);