summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Concrete_Connection_Handlers.h')
-rw-r--r--apps/Gateway/Gateway/Concrete_Connection_Handlers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/Gateway/Gateway/Concrete_Connection_Handlers.h b/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
index b149856de05..3f9203d037b 100644
--- a/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
+++ b/apps/Gateway/Gateway/Concrete_Connection_Handlers.h
@@ -107,6 +107,9 @@ protected:
virtual int svc (void);
// Transmit peer messages.
+
+ virtual int handle_close (ACE_HANDLE, ACE_Reactor_Mask);
+ // Called when peers shutdown.
};
class Thr_Supplier_Handler : public Supplier_Handler
@@ -122,6 +125,9 @@ public:
protected:
virtual int svc (void);
// Transmit peer messages.
+
+ virtual int handle_close (ACE_HANDLE, ACE_Reactor_Mask);
+ // Called when peers shutdown.
};
#endif /* CONCRETE_CONNECTION_HANDLER */