summaryrefslogtreecommitdiff
path: root/ace/ReactorEx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ReactorEx.h')
-rw-r--r--ace/ReactorEx.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/ReactorEx.h b/ace/ReactorEx.h
index 270a4f3263b..f7bb533c4a1 100644
--- a/ace/ReactorEx.h
+++ b/ace/ReactorEx.h
@@ -227,9 +227,6 @@ private:
// -1, which means "iterate until the queue is empty."
};
-class ACE_ReactorEx_Test;
-// Forward declaration
-
#if defined (ACE_WIN32)
class ACE_Export ACE_ReactorEx
// = TITLE
@@ -244,7 +241,6 @@ class ACE_Export ACE_ReactorEx
// semaphores, threads, etc.) and timer events.
{
friend class ACE_ReactorEx_Handler_Repository;
- friend class ACE_ReactorEx_Test;
public:
enum
{
@@ -443,10 +439,6 @@ private:
ACE_ReactorEx &operator = (const ACE_ReactorEx &);
// Deny access since member-wise won't work...
- int safe_dispatch (int wait_status);
- // Protect against structured exceptions caused by user code when
- // dispatching handles
-
int calculate_timeout (ACE_Time_Value *time);
// Used to caluculate the next timeout