From 24846517a7c7ac3eb94e4ef2cb7399ab5e72bd7b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 9 Aug 2010 06:38:18 +0000 Subject: Mon Aug 9 06:38:34 UTC 2010 Johnny Willemsen * ace/config-sunos5.5.h: Fixed compile error --- ACE/ChangeLog | 5 +++++ ACE/ace/SV_Semaphore_Complex.cpp | 2 -- ACE/ace/config-sunos5.5.h | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index cefb92e0b8c..0594dc57ff8 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 9 06:38:34 UTC 2010 Johnny Willemsen + + * ace/config-sunos5.5.h: + Fixed compile error + Mon Aug 9 06:35:14 UTC 2010 Johnny Willemsen * ace/ace.mpc: diff --git a/ACE/ace/SV_Semaphore_Complex.cpp b/ACE/ace/SV_Semaphore_Complex.cpp index d23e3193e50..14f35f68373 100644 --- a/ACE/ace/SV_Semaphore_Complex.cpp +++ b/ACE/ace/SV_Semaphore_Complex.cpp @@ -8,8 +8,6 @@ #include "ace/SV_Semaphore_Complex.inl" #endif /* __ACE_INLINE__ */ - - ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_ALLOC_HOOK_DEFINE(ACE_SV_Semaphore_Complex) diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h index 793a1ed4195..fc3023dddde 100644 --- a/ACE/ace/config-sunos5.5.h +++ b/ACE/ace/config-sunos5.5.h @@ -64,7 +64,6 @@ # define ACE_HAS_THR_C_DEST # endif /* __SUNPRO_CC_COMPAT >= 5 */ # define ACE_HAS_NEW_NOTHROW -# endif # elif (__SUNPRO_CC == 0x420) || (__SUNPRO_CC == 0x410) # define ACE_LACKS_PLACEMENT_OPERATOR_DELETE # endif /* __SUNPRO_CC >= 0x500 */ -- cgit v1.2.1