summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 08:55:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 08:55:39 +0000
commit94eceaf69c6db2603cbdc401184e70976ce10e06 (patch)
treef8c6578618788bd6302a147413d639eec428ba34
parent2f651f316ef1df8d5286bf9f1e414ad56e57867b (diff)
downloadATCD-94eceaf69c6db2603cbdc401184e70976ce10e06.tar.gz
Mon Mar 28 07:50:45 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ASNMP/asnmp/vb.cpp: * ASNMP/examples/get/get_async.cpp: * ASNMP/tests/Gauge_Test.cpp: * apps/Gateway/Gateway/gatewayd.cpp: * apps/Gateway/Peer/peerd.cpp: * apps/JAWS/clients/Blobby/blobby.cpp: * apps/JAWS2/JAWS/IO_Handler.h: * apps/JAWS2/JAWS/IO_Handler.cpp: * apps/JAWS2/JAWS/Jaws_IO.h: * apps/drwho/Hash_Table.h: * protocols/tests/HTBP/Send_Recv_Tests/client.cpp: * protocols/tests/HTBP/Send_Recv_Tests/server.cpp: Fuzz fixes
-rw-r--r--ACE/ASNMP/asnmp/vb.cpp2
-rw-r--r--ACE/ASNMP/examples/get/get_async.cpp2
-rw-r--r--ACE/ASNMP/tests/Gauge_Test.cpp2
-rw-r--r--ACE/ChangeLog16
-rw-r--r--ACE/apps/Gateway/Gateway/gatewayd.cpp3
-rw-r--r--ACE/apps/Gateway/Peer/peerd.cpp3
-rw-r--r--ACE/apps/JAWS/clients/Blobby/blobby.cpp2
-rw-r--r--ACE/apps/JAWS2/JAWS/IO_Handler.cpp2
-rw-r--r--ACE/apps/JAWS2/JAWS/IO_Handler.h4
-rw-r--r--ACE/apps/JAWS2/JAWS/Jaws_IO.h2
-rw-r--r--ACE/apps/drwho/Hash_Table.h2
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp2
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp2
13 files changed, 27 insertions, 17 deletions
diff --git a/ACE/ASNMP/asnmp/vb.cpp b/ACE/ASNMP/asnmp/vb.cpp
index fa23f3ec301..d852ceb7e53 100644
--- a/ACE/ASNMP/asnmp/vb.cpp
+++ b/ACE/ASNMP/asnmp/vb.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file vb.h
+ * @file vb.cpp
*
* $Id$
*
diff --git a/ACE/ASNMP/examples/get/get_async.cpp b/ACE/ASNMP/examples/get/get_async.cpp
index c2894c12b52..617ba42db6b 100644
--- a/ACE/ASNMP/examples/get/get_async.cpp
+++ b/ACE/ASNMP/examples/get/get_async.cpp
@@ -1,6 +1,6 @@
//=============================================================================
/**
- * @file get.cpp
+ * @file get_async.cpp
*
* $Id$
*
diff --git a/ACE/ASNMP/tests/Gauge_Test.cpp b/ACE/ASNMP/tests/Gauge_Test.cpp
index 83251ada3d2..6aa429ee812 100644
--- a/ACE/ASNMP/tests/Gauge_Test.cpp
+++ b/ACE/ASNMP/tests/Gauge_Test.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file Guage_Test.cpp
+ * @file Gauge_Test.cpp
*
* $Id$
*
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 1e10c387bd7..93076f1a6dd 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,19 @@
+Mon Mar 28 07:50:45 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ASNMP/asnmp/vb.cpp:
+ * ASNMP/examples/get/get_async.cpp:
+ * ASNMP/tests/Gauge_Test.cpp:
+ * apps/Gateway/Gateway/gatewayd.cpp:
+ * apps/Gateway/Peer/peerd.cpp:
+ * apps/JAWS/clients/Blobby/blobby.cpp:
+ * apps/JAWS2/JAWS/IO_Handler.h:
+ * apps/JAWS2/JAWS/IO_Handler.cpp:
+ * apps/JAWS2/JAWS/Jaws_IO.h:
+ * apps/drwho/Hash_Table.h:
+ * protocols/tests/HTBP/Send_Recv_Tests/client.cpp:
+ * protocols/tests/HTBP/Send_Recv_Tests/server.cpp:
+ Fuzz fixes
+
Mon Mar 28 07:41:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl:
diff --git a/ACE/apps/Gateway/Gateway/gatewayd.cpp b/ACE/apps/Gateway/Gateway/gatewayd.cpp
index 11bb197a3be..9b6f6edd420 100644
--- a/ACE/apps/Gateway/Gateway/gatewayd.cpp
+++ b/ACE/apps/Gateway/Gateway/gatewayd.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file peerd.h
+ * @file gatewayd.cpp
*
* $Id$
*
@@ -14,7 +14,6 @@
*/
//=============================================================================
-
#include "ace/OS_NS_unistd.h"
#include "ace/Service_Config.h"
#include "ace/Service_Object.h"
diff --git a/ACE/apps/Gateway/Peer/peerd.cpp b/ACE/apps/Gateway/Peer/peerd.cpp
index 890b76cd616..5ddcddbbcbb 100644
--- a/ACE/apps/Gateway/Peer/peerd.cpp
+++ b/ACE/apps/Gateway/Peer/peerd.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file peerd.h
+ * @file peerd.cpp
*
* $Id$
*
@@ -14,7 +14,6 @@
*/
//=============================================================================
-
#include "ace/OS_NS_unistd.h"
#include "Peer.h"
diff --git a/ACE/apps/JAWS/clients/Blobby/blobby.cpp b/ACE/apps/JAWS/clients/Blobby/blobby.cpp
index 5d3e3e7e552..46e7a956cce 100644
--- a/ACE/apps/JAWS/clients/Blobby/blobby.cpp
+++ b/ACE/apps/JAWS/clients/Blobby/blobby.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file blobby.c
+ * @file blobby.cpp
*
* $Id$
*
diff --git a/ACE/apps/JAWS2/JAWS/IO_Handler.cpp b/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
index 6de73e4fc63..1e9d1af427c 100644
--- a/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
+++ b/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
@@ -13,8 +13,6 @@
#include "JAWS/Waiter.h"
#include "JAWS/Filecache.h"
-
-
JAWS_Abstract_IO_Handler::~JAWS_Abstract_IO_Handler (void)
{
}
diff --git a/ACE/apps/JAWS2/JAWS/IO_Handler.h b/ACE/apps/JAWS2/JAWS/IO_Handler.h
index 4831b429afd..8ece32162a4 100644
--- a/ACE/apps/JAWS2/JAWS/IO_Handler.h
+++ b/ACE/apps/JAWS2/JAWS/IO_Handler.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file IO.h
+ * @file IO_Handler.h
*
* $Id$
*
@@ -10,7 +10,6 @@
*/
//=============================================================================
-
#ifndef JAWS_IO_HANDLER_H
#define JAWS_IO_HANDLER_H
@@ -26,7 +25,6 @@
#include "JAWS/Export.h"
-// #include "JAWS/IO.h"
class JAWS_IO;
class JAWS_Synch_IO;
class JAWS_Asynch_IO;
diff --git a/ACE/apps/JAWS2/JAWS/Jaws_IO.h b/ACE/apps/JAWS2/JAWS/Jaws_IO.h
index 7de93b19856..3bf68f7fb0c 100644
--- a/ACE/apps/JAWS2/JAWS/Jaws_IO.h
+++ b/ACE/apps/JAWS2/JAWS/Jaws_IO.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file IO.h
+ * @file Jaws_IO.h
*
* $Id$
*
diff --git a/ACE/apps/drwho/Hash_Table.h b/ACE/apps/drwho/Hash_Table.h
index 9a13e32bb41..2d6f8bd758c 100644
--- a/ACE/apps/drwho/Hash_Table.h
+++ b/ACE/apps/drwho/Hash_Table.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file HT_Server.h
+ * @file Hash_Table.h
*
* $Id$
*
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
index ca8c364d07a..e0a25c98b51 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file Send_Recv_Test.cpp
+ * @file client.cpp
*
* $Id$
*
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
index e9b08c4db8d..0421c1481ec 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file Send_Recv_Test.cpp
+ * @file server.cpp
*
* $Id$
*