summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 10:00:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 10:00:13 +0000
commit7783fc1b7983ca3c042ef1c45d317a7000836305 (patch)
tree1cabba85d4b67b549fd72e32cb65e9d3d82ac932 /TAO/orbsvcs
parent5025ba1b1db2c5410e4046c8e6bdbb331f48c5aa (diff)
downloadATCD-7783fc1b7983ca3c042ef1c45d317a7000836305.tar.gz
Mon Mar 28 09:59:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Callback_Quoter/Supplier_Timer_Handler.cpp: * orbsvcs/orbsvcs/Trader/Constraint_y.cpp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * tests/POA/Loader/Servant_Activator.h: * tests/POA/On_Demand_Loading/Servant_Activator.h: * tests/Param_Test/anyop.cpp: Fuzz fixes
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp b/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp
index 2298c9e9b47..b7059369860 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp
@@ -1,6 +1,6 @@
#ifndef lint
static char const
-yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $";
+yyrcsid[] = "$Id$";
#endif
#include "ace/os_include/os_stdlib.h"
#define YYBYACC 1
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h
index 9be6538b0d0..db80e448756 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h
@@ -5,8 +5,6 @@
*
* $Id$
*
- * @brief
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================