summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-08-16 18:56:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-08-16 18:56:50 +0000
commit8c83afc8f3e92605cef560134a4aecb1c6668b58 (patch)
tree08d1f5b831b8ead078df73028d5a8da229e37751 /ace/ACE.h
parent96056f2ac80c223d7312ff0d85a26b054c1e89b3 (diff)
downloadATCD-8c83afc8f3e92605cef560134a4aecb1c6668b58.tar.gz
ChangeLogTag:Mon Aug 16 11:54:50 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 17273ee5b31..0e4f7730902 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -605,8 +605,8 @@ namespace ACE
ACE_NAMESPACE_INLINE_FUNCTION u_char hex2byte (ACE_TCHAR c);
// = Set/get the debug level.
- ACE_NAMESPACE_INLINE_FUNCTION char debug (void);
- ACE_NAMESPACE_INLINE_FUNCTION void debug (char d);
+ extern ACE_Export char debug (void);
+ extern ACE_Export void debug (char d);
/// Wrapper facade for @c select that uses @c ACE_Handle_Sets.
extern ACE_Export int select (int width,