summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-05 10:30:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-05 10:30:49 +0000
commit12e7d07380ee02fbf33b4de7e1e76b9eed2273ea (patch)
tree3c7891cc98e6f40da2f9c1b137da28f4265739e6
parent3ee9d198b667171ee4f0f2966c1852114b154e1e (diff)
downloadATCD-12e7d07380ee02fbf33b4de7e1e76b9eed2273ea.tar.gz
fuzz fixes
-rw-r--r--ACE/ace/Acceptor.cpp2
-rw-r--r--ACE/ace/Atomic_Op_T.cpp4
-rw-r--r--ACE/ace/CDR_Base.cpp2
-rw-r--r--ACE/ace/CDR_Size.cpp6
-rw-r--r--ACE/ace/Capabilities.cpp2
-rw-r--r--ACE/ace/Connection_Recycling_Strategy.cpp6
-rw-r--r--ACE/ace/Countdown_Time.cpp2
-rw-r--r--ACE/ace/Dynamic_Message_Strategy.cpp2
-rw-r--r--ACE/ace/Dynamic_Service_Dependency.cpp2
-rw-r--r--ACE/ace/Functor_String.cpp2
-rw-r--r--ACE/ace/Local_Name_Space.cpp2
-rw-r--r--ACE/ace/Notification_Strategy.cpp4
-rw-r--r--ACE/ace/OS_NS_Thread.cpp2
-rw-r--r--ACE/ace/PI_Malloc.cpp2
-rw-r--r--ACE/ace/Reactor_Notification_Strategy.cpp4
-rw-r--r--ACE/ace/SOCK_CODgram.cpp2
-rw-r--r--ACE/ace/SOCK_Connector.cpp2
-rw-r--r--ACE/ace/SOCK_Dgram.cpp2
-rw-r--r--ACE/ace/SV_Semaphore_Complex.cpp1
-rw-r--r--ACE/ace/SV_Semaphore_Simple.cpp2
-rw-r--r--ACE/ace/Synch_Options.cpp2
-rw-r--r--ACE/ace/Time_Value.cpp2
-rw-r--r--ACE/ace/Token_Invariants.cpp2
-rw-r--r--ACE/ace/Token_Manager.cpp2
24 files changed, 42 insertions, 19 deletions
diff --git a/ACE/ace/Acceptor.cpp b/ACE/ace/Acceptor.cpp
index 75b74393bf1..bf46bff01a5 100644
--- a/ACE/ace/Acceptor.cpp
+++ b/ACE/ace/Acceptor.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#ifndef ACE_ACCEPTOR_CPP
#define ACE_ACCEPTOR_CPP
diff --git a/ACE/ace/Atomic_Op_T.cpp b/ACE/ace/Atomic_Op_T.cpp
index fba09665b16..bfe5cd76583 100644
--- a/ACE/ace/Atomic_Op_T.cpp
+++ b/ACE/ace/Atomic_Op_T.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#ifndef ACE_ATOMIC_OP_T_CPP
#define ACE_ATOMIC_OP_T_CPP
@@ -20,8 +22,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Atomic_Op_Ex)
ACE_ALLOC_HOOK_DEFINE(ACE_Atomic_Op)
-
-
// *************************************************
template <class ACE_LOCK, class TYPE> ACE_LOCK &
ACE_Atomic_Op_Ex<ACE_LOCK, TYPE>::mutex (void)
diff --git a/ACE/ace/CDR_Base.cpp b/ACE/ace/CDR_Base.cpp
index 15c6078c2ff..ba3197008c3 100644
--- a/ACE/ace/CDR_Base.cpp
+++ b/ACE/ace/CDR_Base.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/CDR_Base.h"
#if !defined (__ACE_INLINE__)
diff --git a/ACE/ace/CDR_Size.cpp b/ACE/ace/CDR_Size.cpp
index d221eb23033..45fea6a0687 100644
--- a/ACE/ace/CDR_Size.cpp
+++ b/ACE/ace/CDR_Size.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/CDR_Size.h"
#include "ace/SString.h"
#include "ace/OS_Memory.h"
@@ -7,10 +9,6 @@
# include "ace/CDR_Size.inl"
#endif /* ! __ACE_INLINE__ */
-ACE_RCSID (ace,
- CDR_Size,
- "$Id$")
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_CDR::Boolean
diff --git a/ACE/ace/Capabilities.cpp b/ACE/ace/Capabilities.cpp
index f7cf5686fcf..46d45204a39 100644
--- a/ACE/ace/Capabilities.cpp
+++ b/ACE/ace/Capabilities.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Capabilities.h"
#include "ace/OS_NS_ctype.h"
#include "ace/OS_Memory.h"
diff --git a/ACE/ace/Connection_Recycling_Strategy.cpp b/ACE/ace/Connection_Recycling_Strategy.cpp
index 7877f0ffdb0..0705c8a04be 100644
--- a/ACE/ace/Connection_Recycling_Strategy.cpp
+++ b/ACE/ace/Connection_Recycling_Strategy.cpp
@@ -1,8 +1,6 @@
-#include "ace/Connection_Recycling_Strategy.h"
-
-
-
+// $Id$
+#include "ace/Connection_Recycling_Strategy.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/ACE/ace/Countdown_Time.cpp b/ACE/ace/Countdown_Time.cpp
index 8b58d9a7e14..335931514e4 100644
--- a/ACE/ace/Countdown_Time.cpp
+++ b/ACE/ace/Countdown_Time.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Countdown_Time.h"
#include "ace/OS_NS_sys_time.h"
diff --git a/ACE/ace/Dynamic_Message_Strategy.cpp b/ACE/ace/Dynamic_Message_Strategy.cpp
index f56dad5dd3c..3a9b3ed385c 100644
--- a/ACE/ace/Dynamic_Message_Strategy.cpp
+++ b/ACE/ace/Dynamic_Message_Strategy.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Dynamic_Message_Strategy.h"
#if !defined (__ACE_INLINE__)
diff --git a/ACE/ace/Dynamic_Service_Dependency.cpp b/ACE/ace/Dynamic_Service_Dependency.cpp
index 2bdfb354489..768460912e9 100644
--- a/ACE/ace/Dynamic_Service_Dependency.cpp
+++ b/ACE/ace/Dynamic_Service_Dependency.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/ACE.h"
#include "ace/DLL_Manager.h"
#include "ace/Dynamic_Service_Dependency.h"
diff --git a/ACE/ace/Functor_String.cpp b/ACE/ace/Functor_String.cpp
index e12934fca97..54a632c6cf7 100644
--- a/ACE/ace/Functor_String.cpp
+++ b/ACE/ace/Functor_String.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Functor_String.h"
#if !defined (__ACE_INLINE__)
diff --git a/ACE/ace/Local_Name_Space.cpp b/ACE/ace/Local_Name_Space.cpp
index 4ced48dae58..6b0430d7566 100644
--- a/ACE/ace/Local_Name_Space.cpp
+++ b/ACE/ace/Local_Name_Space.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Local_Name_Space.h"
#include "ace/ACE.h"
#include "ace/RW_Process_Mutex.h"
diff --git a/ACE/ace/Notification_Strategy.cpp b/ACE/ace/Notification_Strategy.cpp
index e7b9a28e568..065e072d403 100644
--- a/ACE/ace/Notification_Strategy.cpp
+++ b/ACE/ace/Notification_Strategy.cpp
@@ -1,11 +1,11 @@
+// $Id$
+
#include "ace/Notification_Strategy.h"
#if !defined (__ACE_INLINE__)
#include "ace/Notification_Strategy.inl"
#endif /* __ACE_INLINE __ */
-
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Notification_Strategy::ACE_Notification_Strategy (ACE_Event_Handler *eh,
diff --git a/ACE/ace/OS_NS_Thread.cpp b/ACE/ace/OS_NS_Thread.cpp
index d2e2148f4af..17473afccc5 100644
--- a/ACE/ace/OS_NS_Thread.cpp
+++ b/ACE/ace/OS_NS_Thread.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/OS_NS_Thread.h"
#if !defined (ACE_HAS_INLINED_OSCALLS)
diff --git a/ACE/ace/PI_Malloc.cpp b/ACE/ace/PI_Malloc.cpp
index 8b8cea1858c..72eab3b9fdf 100644
--- a/ACE/ace/PI_Malloc.cpp
+++ b/ACE/ace/PI_Malloc.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#ifndef ACE_PI_MALLOC_CPP
#define ACE_PI_MALLOC_CPP
diff --git a/ACE/ace/Reactor_Notification_Strategy.cpp b/ACE/ace/Reactor_Notification_Strategy.cpp
index bb2e67bb4ab..01ff86a1a5d 100644
--- a/ACE/ace/Reactor_Notification_Strategy.cpp
+++ b/ACE/ace/Reactor_Notification_Strategy.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Reactor_Notification_Strategy.h"
#include "ace/Reactor.h"
@@ -5,8 +7,6 @@
#include "ace/Reactor_Notification_Strategy.inl"
#endif /* __ACE_INLINE __ */
-
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Reactor_Notification_Strategy::ACE_Reactor_Notification_Strategy (
diff --git a/ACE/ace/SOCK_CODgram.cpp b/ACE/ace/SOCK_CODgram.cpp
index e0b4486097e..e038fb9c3b5 100644
--- a/ACE/ace/SOCK_CODgram.cpp
+++ b/ACE/ace/SOCK_CODgram.cpp
@@ -8,8 +8,6 @@
#include "ace/SOCK_CODgram.inl"
#endif /* __ACE_INLINE__ */
-
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_SOCK_CODgram)
diff --git a/ACE/ace/SOCK_Connector.cpp b/ACE/ace/SOCK_Connector.cpp
index 0ec56ec3e70..d9040f9b4e2 100644
--- a/ACE/ace/SOCK_Connector.cpp
+++ b/ACE/ace/SOCK_Connector.cpp
@@ -15,8 +15,6 @@
#include "ace/SOCK_Connector.inl"
#endif /* __ACE_INLINE__ */
-
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_SOCK_Connector)
diff --git a/ACE/ace/SOCK_Dgram.cpp b/ACE/ace/SOCK_Dgram.cpp
index 2b73b90bc65..9df9dcb6094 100644
--- a/ACE/ace/SOCK_Dgram.cpp
+++ b/ACE/ace/SOCK_Dgram.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/SOCK_Dgram.h"
#include "ace/Handle_Set.h"
diff --git a/ACE/ace/SV_Semaphore_Complex.cpp b/ACE/ace/SV_Semaphore_Complex.cpp
index 37541f34e01..d23e3193e50 100644
--- a/ACE/ace/SV_Semaphore_Complex.cpp
+++ b/ACE/ace/SV_Semaphore_Complex.cpp
@@ -1,4 +1,3 @@
-// SV_Semaphore_Complex.cpp
// $Id$
#include "ace/SV_Semaphore_Complex.h"
diff --git a/ACE/ace/SV_Semaphore_Simple.cpp b/ACE/ace/SV_Semaphore_Simple.cpp
index 101935cbbef..dbc8f139580 100644
--- a/ACE/ace/SV_Semaphore_Simple.cpp
+++ b/ACE/ace/SV_Semaphore_Simple.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/SV_Semaphore_Simple.h"
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
diff --git a/ACE/ace/Synch_Options.cpp b/ACE/ace/Synch_Options.cpp
index 3e17a65ba8d..b09ae70f453 100644
--- a/ACE/ace/Synch_Options.cpp
+++ b/ACE/ace/Synch_Options.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Synch_Options.h"
#include "ace/Global_Macros.h"
diff --git a/ACE/ace/Time_Value.cpp b/ACE/ace/Time_Value.cpp
index 250a2f992e1..d6403d47162 100644
--- a/ACE/ace/Time_Value.cpp
+++ b/ACE/ace/Time_Value.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Time_Value.h"
#if !defined (__ACE_INLINE__)
diff --git a/ACE/ace/Token_Invariants.cpp b/ACE/ace/Token_Invariants.cpp
index ca009012137..bbf55dc69cc 100644
--- a/ACE/ace/Token_Invariants.cpp
+++ b/ACE/ace/Token_Invariants.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Token_Invariants.h"
#if defined (ACE_HAS_TOKENS_LIBRARY)
diff --git a/ACE/ace/Token_Manager.cpp b/ACE/ace/Token_Manager.cpp
index e562869be6f..0487ac8f67f 100644
--- a/ACE/ace/Token_Manager.cpp
+++ b/ACE/ace/Token_Manager.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Token_Manager.h"
#if defined (ACE_HAS_TOKENS_LIBRARY)