summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Hook.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:58:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:58:41 +0000
commit1faaf2171e3db88e198270bfe4a63515c724301b (patch)
tree466e378656e074cf3254f1f4c76c37fd3b6f1c20 /ACE/ace/Thread_Hook.h
parent3d0c7df8f88ca516b6fee19510b8ceea0d271646 (diff)
downloadATCD-1faaf2171e3db88e198270bfe4a63515c724301b.tar.gz
Mon Oct 22 18:57:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Thread_Hook.h')
-rw-r--r--ACE/ace/Thread_Hook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread_Hook.h b/ACE/ace/Thread_Hook.h
index 793c5b2c8db..e7638daa941 100644
--- a/ACE/ace/Thread_Hook.h
+++ b/ACE/ace/Thread_Hook.h
@@ -43,7 +43,7 @@ public:
/**
* This method can be overridden in a subclass to customize this
* pre-function call "hook" invocation that can perform
- * initialization processing before the thread entry point <func>
+ * initialization processing before the thread entry point @a func
* method is called back. The @a func and @a arg passed into the
* start hook are the same as those passed by the application that
* spawned the thread.