summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp
index 5de281b24cd..f70fb6aeac9 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp
@@ -1,8 +1,9 @@
// $Id$
-#include "EC_TPC_Dispatching_Task.h"
+#include "orbsvcs/Event/EC_TPC_Dispatching_Task.h"
-//ACE_RCS_ID(RTEvent, EC_TPC_Dispatching_Task, "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_EC_TPC_Dispatching_Task::TAO_EC_TPC_Dispatching_Task
(ACE_Thread_Manager* thr_mgr,
@@ -12,9 +13,10 @@ TAO_EC_TPC_Dispatching_Task::TAO_EC_TPC_Dispatching_Task
}
int
-TAO_EC_TPC_Dispatching_Task::close (u_long flags)
+TAO_EC_TPC_Dispatching_Task::close (u_long /* flags */)
{
- ACE_UNUSED_ARG (flags);
delete this;
return 0;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL