summaryrefslogtreecommitdiff
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
parent96056f2ac80c223d7312ff0d85a26b054c1e89b3 (diff)
downloadATCD-8c83afc8f3e92605cef560134a4aecb1c6668b58.tar.gz
ChangeLogTag:Mon Aug 16 11:54:50 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ace/ACE.h4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ac328b7c2b..25d948295f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Aug 16 11:54:50 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/ACE.h (debug):
+
+ Corrected the export qualifier for these functions. They are no
+ longer inlined.
+
Mon Aug 16 11:16:02 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* ace/ACE.h:
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,