summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-14 08:22:09 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-04-14 08:22:09 +0200
commita1b647e4348ddff1242655c05f9b7d214bc11643 (patch)
tree5a03d0ee20bc989293b8305f5c113ca214a02289 /ACE/ace
parent6e39bc32d921cdb80591c422a53e9f51553f8dfd (diff)
downloadATCD-a1b647e4348ddff1242655c05f9b7d214bc11643.tar.gz
Make use of https download.dre
* ACE/Kokyu/docs/Kokyu.html: * ACE/README: * ACE/ace/DLL_Manager.h: * ACE/ace/FIFO_Send.h: * ACE/ace/Managed_Object.h: * ACE/ace/config-win32-common.h: * ACE/debian/README.source: * ACE/docs/Download.html: * TAO/TAO-INSTALL.html: * TAO/docs/Security/Download.html: * TAO/docs/tutorials/Quoter/index.html:
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/DLL_Manager.h2
-rw-r--r--ACE/ace/FIFO_Send.h1
-rw-r--r--ACE/ace/Managed_Object.h2
-rw-r--r--ACE/ace/config-win32-common.h2
4 files changed, 1 insertions, 6 deletions
diff --git a/ACE/ace/DLL_Manager.h b/ACE/ace/DLL_Manager.h
index 66ca5f09911..3a98d2200be 100644
--- a/ACE/ace/DLL_Manager.h
+++ b/ACE/ace/DLL_Manager.h
@@ -28,7 +28,6 @@
#define ACE_DEFAULT_DLL_MANAGER_SIZE 1024
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
@@ -267,7 +266,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
protected:
-
/// Default constructor.
ACE_DLL_Manager (int size = ACE_DLL_Manager::DEFAULT_SIZE);
diff --git a/ACE/ace/FIFO_Send.h b/ACE/ace/FIFO_Send.h
index 37580662b02..4c885df4be8 100644
--- a/ACE/ace/FIFO_Send.h
+++ b/ACE/ace/FIFO_Send.h
@@ -8,7 +8,6 @@
*/
//==========================================================================
-
#ifndef ACE_FIFO_SEND_H
#define ACE_FIFO_SEND_H
diff --git a/ACE/ace/Managed_Object.h b/ACE/ace/Managed_Object.h
index 48292bb5509..207c0abfc35 100644
--- a/ACE/ace/Managed_Object.h
+++ b/ACE/ace/Managed_Object.h
@@ -137,12 +137,10 @@ public:
// on AIX 4.1 w/xlC v. 3.01.
protected:
-
// Disallow instantiation of this class.
ACE_UNIMPLEMENTED_FUNC (ACE_Managed_Object (void))
private:
-
ACE_UNIMPLEMENTED_FUNC (ACE_Managed_Object (const ACE_Managed_Object<TYPE> &))
ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Managed_Object<TYPE> &))
};
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index c9a4cf6abb2..3ebb2e45dab 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -71,7 +71,7 @@
// be defined, if your application uses MFC.
// Setting applies to : building ACE
// Runtime restrictions: MFC DLLs must be installed
-// Additonal notes : If both ACE_HAS_MFC and ACE_MT_SAFE are
+// Additional notes : If both ACE_HAS_MFC and ACE_MT_SAFE are
// defined, the MFC DLL (not the static lib)
// will be used from ACE.
#if !defined (ACE_HAS_MFC)