summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-19 14:06:50 +0200
committerGitHub <noreply@github.com>2021-07-19 14:06:50 +0200
commit0dbbaa0ee8e72731380c2f4b9811023ca463ce20 (patch)
tree071cc492ff33b3135069f6d75b06861d2a895ec0 /ACE
parent9813f22105a6d411be7659e2441f6a64893a642b (diff)
parent18cbda7cf52bc121583e7af7b585c70c380d80e4 (diff)
downloadATCD-0dbbaa0ee8e72731380c2f4b9811023ca463ce20.tar.gz
Merge pull request #1618 from jwillemsen/jwi-bcc32clenaup
Removed old workarounds for bcc32
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/Refcounted_Auto_Ptr.h2
-rw-r--r--ACE/ace/XML_Utils/XercesString.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/Refcounted_Auto_Ptr.h b/ACE/ace/Refcounted_Auto_Ptr.h
index 1bb10b6585b..2129741655f 100644
--- a/ACE/ace/Refcounted_Auto_Ptr.h
+++ b/ACE/ace/Refcounted_Auto_Ptr.h
@@ -146,8 +146,6 @@ private:
ACE_ALLOC_HOOK_DECLARE;
// = Encapsulate reference count and object lifetime of instances.
- // These methods must go after the others to work around a bug with
- // Borland's C++ Builder...
/// Allocate a new ACE_Refcounted_Auto_Ptr_Rep<X, ACE_LOCK> instance,
/// returning NULL if it cannot be created.
diff --git a/ACE/ace/XML_Utils/XercesString.h b/ACE/ace/XML_Utils/XercesString.h
index 661f4bd056a..1915832d503 100644
--- a/ACE/ace/XML_Utils/XercesString.h
+++ b/ACE/ace/XML_Utils/XercesString.h
@@ -64,7 +64,6 @@ namespace XML
private:
XMLCh* _wstr; // Internal representation
-
};
XML_Utils_Export bool operator== (const XStr& lhs, const XStr& rhs);
@@ -72,7 +71,6 @@ namespace XML
XML_Utils_Export std::ostream&
operator<< (std::ostream& o, XStr const& str);
-
}
#include /**/ "ace/post.h"