summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-11-28 13:01:34 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-11-28 13:01:34 +0000
commit9882920fb0940219b41dda6a5045fb41f7ad12b0 (patch)
tree3a6ec0368d7c35e7cd3618ece9fd90ba6b3bdd37
parent36380fce7577561402ddaad4ede8c0d01870f2b0 (diff)
downloadATCD-9882920fb0940219b41dda6a5045fb41f7ad12b0.tar.gz
ChangeLogTag: Wed Nov 28 12:59:33 UTC 2007 Vladimir Zykov <vladimir.zykov@prismtech.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl2
-rwxr-xr-xTAO/tests/Bug_3154_Regression/run_test.pl1
-rw-r--r--TAO/tests/Bug_3154_Regression/test.idl2
4 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b4bd6a76211..a969aab601a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Nov 28 12:59:33 UTC 2007 Vladimir Zykov <vladimir.zykov@prismtech.com>
+
+ * tests/Bug_3154_Regression/orbsvcs/CosNotification.idl:
+ * tests/Bug_3154_Regression/test.idl:
+ * tests/Bug_3154_Regression/run_test.pl:
+ Added $Id$ to these files to make fuzz check happy.
+
Wed Nov 28 10:42:20 UTC 2007 Vladimir Zykov <vladimir.zykov@prismtech.com>
* tests/Bug_3154_Regression/orbsvcs/CosNotification.idl:
diff --git a/TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl b/TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl
index ec1a43547ca..7d051f9e877 100644
--- a/TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl
+++ b/TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl
@@ -1,3 +1,5 @@
+// $Id$
+
/**
* @file CosNotification.idl
*
diff --git a/TAO/tests/Bug_3154_Regression/run_test.pl b/TAO/tests/Bug_3154_Regression/run_test.pl
index 73c186cb3d7..f9d5cc3747b 100755
--- a/TAO/tests/Bug_3154_Regression/run_test.pl
+++ b/TAO/tests/Bug_3154_Regression/run_test.pl
@@ -2,6 +2,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
+# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/tests/Bug_3154_Regression/test.idl b/TAO/tests/Bug_3154_Regression/test.idl
index d28d52656d4..e4ec773839e 100644
--- a/TAO/tests/Bug_3154_Regression/test.idl
+++ b/TAO/tests/Bug_3154_Regression/test.idl
@@ -1,3 +1,5 @@
+// $Id$
+
// The next include is TAO specific.
#include "orbsvcs/FT_CORBA_ORB.idl"