summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 12:24:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 12:24:49 +0000
commitc466b45c4c1428a15278aa12227d2f9ffd21ab63 (patch)
tree07df95240c032ef1e912b462469a92a70f57abe4
parent0daf84b45bf8ee0e8184c76851f0db46889814ec (diff)
downloadATCD-c466b45c4c1428a15278aa12227d2f9ffd21ab63.tar.gz
Tue Jul 31 12:07:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/ace/Service_Config.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9b4831bde56..388ff55853a 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 31 12:24:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Service_Config.h:
+ Add attribute name to cleanup prototype, Borland C++ needs it,
+ don't ask why
+
Tue Jul 31 12:07:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* m4/compiler.m4:
diff --git a/ACE/ace/Service_Config.h b/ACE/ace/Service_Config.h
index c0f90a31a78..853e3859744 100644
--- a/ACE/ace/Service_Config.h
+++ b/ACE/ace/Service_Config.h
@@ -138,7 +138,7 @@ public:
/// A prototype for the partial specialization. See the implementation
/// for more details on why is it necessary.
template<> void
-ACE_TSS<ACE_Service_Gestalt>::cleanup (void*);
+ACE_TSS<ACE_Service_Gestalt>::cleanup (void* ptr);
/**
* @class ACE_Service_Config