summaryrefslogtreecommitdiff
path: root/ace/Thread_Hook.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-06 18:19:39 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-06 18:19:39 +0000
commit836c144449cb57d374a2415e7ded51b17e5d9b5d (patch)
treeb39b86eb0eb92c1cd89bdd36d089eeb1b1c24c6a /ace/Thread_Hook.h
parent95b076ab4662013036c8e6f408e11492cfccbf9c (diff)
downloadATCD-836c144449cb57d374a2415e7ded51b17e5d9b5d.tar.gz
ChangeLogTag:Thu Nov 6 17:57:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Thread_Hook.h')
-rw-r--r--ace/Thread_Hook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread_Hook.h b/ace/Thread_Hook.h
index 5a5ab50955a..a818884e033 100644
--- a/ace/Thread_Hook.h
+++ b/ace/Thread_Hook.h
@@ -20,7 +20,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/OS_Export.h"
+#include "ace/ACE_export.h"
/**
* @class ACE_Thread_Hook
@@ -29,7 +29,7 @@
* hooks that are called before the thread entry point function
* is invoked.
*/
-class ACE_OS_Export ACE_Thread_Hook
+class ACE_Export ACE_Thread_Hook
{
public: