summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/TSS_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/TSS_Task.h')
-rw-r--r--ACE/examples/Threads/TSS_Task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Threads/TSS_Task.h b/ACE/examples/Threads/TSS_Task.h
index 2fe503f2e1c..0804e8f9b82 100644
--- a/ACE/examples/Threads/TSS_Task.h
+++ b/ACE/examples/Threads/TSS_Task.h
@@ -22,8 +22,8 @@
class Test_Task
{
public:
- Test_Task (void);
- ~Test_Task (void);
+ Test_Task ();
+ ~Test_Task ();
int open (void *arg);