summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-05 22:14:53 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-05 22:14:53 +0000
commitef3a962e13a21fdd94fdbd0512a3073d27241e80 (patch)
treecfee4914c1e431e595bb4eb46b33a23d3a80664f
parent14ac2f10aefd486995338944399c4a2b530cafd8 (diff)
downloadATCD-ef3a962e13a21fdd94fdbd0512a3073d27241e80.tar.gz
ChangeLogTag: Mon Feb 5 15:57:54 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/tao/Object.cpp4
-rw-r--r--TAO/tao/Object.h4
2 files changed, 4 insertions, 4 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.
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index bc631e78346..7d91a56e51a 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -103,8 +103,6 @@ public:
TAO_default_environment ()
);
-#endif /* TAO_HAS_MINIMUM_CORBA */
-
// Interface repository related operations.
// DII operations to create a request.
@@ -142,6 +140,8 @@ public:
CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
+#endif /* TAO_HAS_MINIMUM_CORBA */
+
#if (TAO_HAS_CORBA_MESSAGING == 1)
CORBA::Policy_ptr _get_policy (