summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/TP_Logging_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/C++NPv2/TP_Logging_Server.h')
-rw-r--r--ACE/examples/C++NPv2/TP_Logging_Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/C++NPv2/TP_Logging_Server.h b/ACE/examples/C++NPv2/TP_Logging_Server.h
index 0f0ca357b76..fe2c20f825e 100644
--- a/ACE/examples/C++NPv2/TP_Logging_Server.h
+++ b/ACE/examples/C++NPv2/TP_Logging_Server.h
@@ -26,7 +26,7 @@ public:
ACE_Time_Value *timeout = 0)
{ return putq (mblk, timeout); }
- virtual int svc (void);
+ virtual int svc ();
};
typedef ACE_Unmanaged_Singleton<TP_Logging_Task, ACE_Null_Mutex>