summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-10 09:15:33 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-10 09:15:33 +0000
commit3a1bbd9beb872f74da5695bf844eb5184ce5967e (patch)
tree841ceb06b58ed5eb097e87bfd52d5728005932f9
parent6295edcca19a4501adcbb518627eb0532119db2d (diff)
downloadATCD-3a1bbd9beb872f74da5695bf844eb5184ce5967e.tar.gz
ChangeLogTag:Sun Apr 10 02:10:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ace/Copy_Disabled.cpp8
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d766dfb9a8..6ccde7ed535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Apr 10 02:10:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/Copy_Disabled.cpp:
+
+ Removed "#pragma once" preprocessor directive from this
+ implementation source file. "#pragma once" is only meant for
+ use in sources that are include by others.
+
Sat Apr 9 21:05:23 2005 Phil Mesnier <mesnier_p@ociweb.com>
* protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp:
diff --git a/ace/Copy_Disabled.cpp b/ace/Copy_Disabled.cpp
index 26c3d36834e..4d2ffb94db7 100644
--- a/ace/Copy_Disabled.cpp
+++ b/ace/Copy_Disabled.cpp
@@ -9,11 +9,11 @@
#include "ace/Copy_Disabled.h"
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_RCSID(ace, Copy_Disabled, "$Id$")
+ACE_RCSID (ace,
+ Copy_Disabled,
+ "$Id$")
+
ACE_Copy_Disabled::ACE_Copy_Disabled (void)
{