summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/ThreadAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/ThreadAction.h')
-rw-r--r--TAO/tao/RTScheduling/ThreadAction.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/RTScheduling/ThreadAction.h b/TAO/tao/RTScheduling/ThreadAction.h
index d34023a9606..2087805741e 100644
--- a/TAO/tao/RTScheduling/ThreadAction.h
+++ b/TAO/tao/RTScheduling/ThreadAction.h
@@ -8,19 +8,16 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/RTScheduling/RTSchedulerC.h"
+#include "tao/RTScheduling/RTScheduler.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_RTScheduler_Export TAO_ThreadAction:
-public RTScheduling::ThreadAction,
+ public RTScheduling::ThreadAction,
public ::CORBA::LocalObject
{
- public:
-
- virtual void do (CORBA::VoidData data
- )
- = 0;
+public:
+ virtual void _cxx_do (CORBA::VoidData data) = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL