summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h
index 2491f9c2862..0b8259583e8 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h
@@ -29,7 +29,7 @@ class TAO_Notify_ThreadPool_Task;
* @brief Shutdown message for the ThreadPool_Task
*
*/
-class TAO_Notify_Serv_Export TAO_Notify_Method_Request_Shutdown : public TAO_Notify_Method_Request
+class TAO_Notify_Serv_Export TAO_Notify_Method_Request_Shutdown : public TAO_Notify_Method_Request_Queueable
{
public:
/// Constuctor
@@ -39,7 +39,7 @@ public:
~TAO_Notify_Method_Request_Shutdown ();
/// Create a copy of this object.
- TAO_Notify_Method_Request* copy (void);
+ TAO_Notify_Method_Request_Queueable* copy (void);
/// Execute the Request
virtual int execute (ACE_ENV_SINGLE_ARG_DECL);
@@ -49,9 +49,5 @@ private:
TAO_Notify_ThreadPool_Task* task_;
};
-#if defined (__ACE_INLINE__)
-#include "Method_Request_Shutdown.inl"
-#endif /* __ACE_INLINE__ */
-
#include /**/ "ace/post.h"
#endif /* TAO_Notify_METHOD_REQUEST_SHUTDOWN_H */