summaryrefslogtreecommitdiff
path: root/ACE/netsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 09:59:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 09:59:11 +0000
commit5025ba1b1db2c5410e4046c8e6bdbb331f48c5aa (patch)
treef36688aef40d7099801b729e1c5a003066b22c9c /ACE/netsvcs
parent89910a40752a79baf7e23508c120b57a9a3f5714 (diff)
downloadATCD-5025ba1b1db2c5410e4046c8e6bdbb331f48c5aa.tar.gz
Mon Mar 28 09:58:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp: * netsvcs/clients/Tokens/invariant/invariant.cpp: * netsvcs/clients/Tokens/mutex/test_mutex.cpp: Fuzz fixes
Diffstat (limited to 'ACE/netsvcs')
-rw-r--r--ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp5
-rw-r--r--ACE/netsvcs/clients/Tokens/invariant/invariant.cpp5
-rw-r--r--ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp5
3 files changed, 0 insertions, 15 deletions
diff --git a/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
index 61a90b2f025..e21ddab5a9d 100644
--- a/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
+++ b/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
@@ -5,13 +5,10 @@
*
* $Id$
*
- * @brief
- *
* @author Tim Harrison
*/
//=============================================================================
-
#include "ace/Token_Manager.h"
#include "ace/Remote_Tokens.h"
#include "ace/Thread.h"
@@ -21,8 +18,6 @@
#if defined (ACE_HAS_THREADS) && defined (ACE_HAS_THREADS_LIBRARY)
-
-
typedef ACE_Token_Invariant_Manager ACE_TOKEN_INVARIANTS;
static ACE_Token_Proxy *global_mutex;
diff --git a/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp b/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp
index facb35a66ea..ad3335eda8f 100644
--- a/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp
+++ b/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp
@@ -5,13 +5,10 @@
*
* $Id$
*
- * @brief
- *
* @author Tim Harrison
*/
//=============================================================================
-
#include "ace/Get_Opt.h"
#include "ace/Singleton.h"
#include "ace/Thread_Manager.h"
@@ -19,8 +16,6 @@
#if defined (ACE_HAS_THREADS) && defined (ACE_HAS_THREADS_LIBRARY)
-
-
typedef ACE_Token_Invariant_Manager ACE_TOKEN_INVARIANTS;
static const char *rwname = "reader/writer";
diff --git a/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp b/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp
index 367d505e38f..da98bc4b55c 100644
--- a/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp
+++ b/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp
@@ -5,13 +5,10 @@
*
* $Id$
*
- * @brief
- *
* @author Tim Harrison
*/
//=============================================================================
-
#include "ace/Get_Opt.h"
#include "ace/Local_Tokens.h"
#include "ace/Remote_Tokens.h"
@@ -20,8 +17,6 @@
#if defined (ACE_HAS_THREADS) && defined (ACE_HAS_THREADS_LIBRARY)
-
-
static ACE_Token_Proxy *mutex;
static int remote_mutexes = 0;
static const char *server_host = ACE_DEFAULT_SERVER_HOST;