From 836c144449cb57d374a2415e7ded51b17e5d9b5d Mon Sep 17 00:00:00 2001 From: dhinton Date: Thu, 6 Nov 2003 18:19:39 +0000 Subject: ChangeLogTag:Thu Nov 6 17:57:10 UTC 2003 Don Hinton --- ace/Thread_Hook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Thread_Hook.h') 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: -- cgit v1.2.1