summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index a95bf711096..8afcab558a7 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -245,6 +245,8 @@ CORBA::is_nil (CORBA::Object_ptr obj)
return 0;
}
+#if (TAO_HAS_MINIMUM_CORBA == 0)
+
void
CORBA_Object::_create_request (CORBA::Context_ptr ctx,
const char *operation,
@@ -344,8 +346,6 @@ CORBA_Object::_request (const char *operation,
}
}
-#if (TAO_HAS_MINIMUM_CORBA == 0)
-
// NON_EXISTENT ... send a simple call to the object, which will
// either elicit a FALSE response or a OBJECT_NOT_EXIST exception. In
// the latter case, return FALSE.