summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r--TAO/tao/Connection_Handler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h
index 3ee33268792..13b8e46fdf9 100644
--- a/TAO/tao/Connection_Handler.h
+++ b/TAO/tao/Connection_Handler.h
@@ -95,6 +95,8 @@ public:
virtual ACE_HANDLE fetch_handle (void) = 0;
// Get the underlying handle
+ CORBA::Long test_index_;
+ // test index
protected:
void remove_handle (ACE_HANDLE handle);
@@ -148,6 +150,8 @@ private:
CORBA::Boolean is_registered_;
// Are we registered with the reactor?
+
+
};
#if defined (__ACE_INLINE__)