summaryrefslogtreecommitdiff
path: root/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-02 19:59:51 +0000
committerSteve Huston <shuston@riverace.com>2002-07-02 19:59:51 +0000
commitc9e1dc4b750f0bf2266b75612e5ab0e8705ca73e (patch)
treea77769a96ea72729688e1c40978f8f4a5512e0be /examples/C++NPv1/Thread_Per_Connection_Logging_Server.h
parent2cdbdc336fbc361672efc4e9f26f68f9a04f24dc (diff)
downloadATCD-c9e1dc4b750f0bf2266b75612e5ab0e8705ca73e.tar.gz
ChangeLogTag:Tue Jul 2 11:53:29 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/C++NPv1/Thread_Per_Connection_Logging_Server.h')
-rw-r--r--examples/C++NPv1/Thread_Per_Connection_Logging_Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h b/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h
index 886f8091c6d..edf3651cf46 100644
--- a/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h
+++ b/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h
@@ -21,7 +21,7 @@ private:
};
// Passed as a parameter to <ACE_Thread_Manager::spawn>.
- static void *run_svc (void *arg);
+ static ACE_THR_FUNC_RETURN run_svc (void *arg);
protected:
virtual int handle_connections ();