summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-04-14 21:36:47 +0000
committerSteve Huston <shuston@riverace.com>2005-04-14 21:36:47 +0000
commit198edb7f91d71d85a1f359579f7abd270b339022 (patch)
tree68f78330404ef9ca510eb94bbc9aa939d6a3fa61
parent1188b521d464268ba49cd7c4337fe20d360500ba (diff)
downloadATCD-198edb7f91d71d85a1f359579f7abd270b339022.tar.gz
ChangeLogTag:Thu Apr 14 17:12:44 2005 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog4
-rw-r--r--ace/Service_Config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6565b4cf3d7..94fbba9c43d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Thu Apr 14 17:12:44 2005 Steve Huston <shuston@riverace.com>
* configure.ac: Corrected the variable used to tell whether or not
to check for ACE_HAS_XPG4_MULTIBYTE_CHAR. Fixes configure on Solaris.
+ * ace/Service_Config.h: #include "ace/SString.h" instead of
+ "ace/SStringfwd.h" to make sure everything needed for explicit
+ template instantiation is present.
+
Thu Apr 14 15:25:31 2005 Steve Huston <shuston@riverace.com>
* NEWS: Added a note that the reactor change:
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index ff8363bc345..c08e0227ebe 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -24,7 +24,7 @@
#include "ace/Unbounded_Queue.h"
#include "ace/Unbounded_Set.h"
-#include "ace/SStringfwd.h"
+#include "ace/SString.h"
#include "ace/OS_NS_signal.h"
// Forward decl.