summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{