summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Request.h')
-rw-r--r--TAO/tao/Request.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tao/Request.h b/TAO/tao/Request.h
index 2652215b4d5..bb8a057d0e9 100644
--- a/TAO/tao/Request.h
+++ b/TAO/tao/Request.h
@@ -117,19 +117,12 @@ public:
CORBA::Boolean poll_response (CORBA::Environment &ACE_TRY_ENV =
CORBA::Environment::default_environment ());
-#if defined (TAO_HAS_CORBA_MESSAGING)
-
-# if defined (TAO_HAS_AMI_CALLBACK) || defined (TAO_HAS_AMI_POLLER)
-
+ // Callback method for deferred synchronous requests.
void handle_response (TAO_InputCDR &incoming,
CORBA::ULong reply_status,
CORBA::Environment &ACE_TRY_ENV =
CORBA::Environment::default_environment ());
-# endif /* TAO_HAS_AMI_CALLBACK || TAO_HAS_AMI_POLLER */
-
-#endif /* TAO_HAS_CORBA_MESSAGING */
-
// Pseudo object methods
static CORBA_Request* _duplicate (CORBA_Request*);
static CORBA_Request* _nil (void);