summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-05 04:56:04 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-05 04:56:04 +0000
commit2d0f178dfc97ba47bf5593ae46a1930301d88e52 (patch)
tree07960211bbbaca04f69ebf0973032de0ea1513f2 /TAO/tao/Wait_Strategy.h
parent6916b5e74677f44302cfcf64d4808305106d2c17 (diff)
downloadATCD-2d0f178dfc97ba47bf5593ae46a1930301d88e52.tar.gz
ChangeLogTag:Fri Jun 4 23:48:41 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r--TAO/tao/Wait_Strategy.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h
index ecf866d68f1..83641b195d8 100644
--- a/TAO/tao/Wait_Strategy.h
+++ b/TAO/tao/Wait_Strategy.h
@@ -19,10 +19,11 @@
#ifndef TAO_WAIT_STRATEGY_H
#define TAO_WAIT_STRATEGY_H
-#include "tao/CDR.h"
+#include "tao/corbafwd.h"
-class TAO_Transport_Mux_Strategy;
+class TAO_ORB_Core;
class TAO_Transport;
+class TAO_Transport_Mux_Strategy;
class TAO_Export TAO_Wait_Strategy
{
@@ -117,12 +118,12 @@ public:
// Destructor.
// = Documented in TAO_Wait_Strategy.
-
+
virtual int sending_request (TAO_ORB_Core *orb_core,
int two_way);
-
+
virtual int wait (void);
-
+
virtual int handle_input (void);
virtual int register_handler (void);
@@ -130,7 +131,7 @@ public:
protected:
ACE_SYNCH_CONDITION* cond_response_available (void);
// Return the cond_response_available, initializing it if
- // necessary.
+ // necessary.
void wake_up (void);
// Helper method to wake us up when we are a follower...