summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-22 14:01:53 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-22 14:01:53 +0000
commitdd36267caf44566ecbd3ba0ab12b9635b59e6837 (patch)
treec7cc3381a13acaab41e23ddacb44012eec05831f
parent36153278f0996f9ba85cc5da685d69829a680fbf (diff)
downloadATCD-dd36267caf44566ecbd3ba0ab12b9635b59e6837.tar.gz
Wed Oct 22 14:00:46 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--TAO/ChangeLog19
-rw-r--r--TAO/DevGuideExamples/DevGuideExamples.mwc2
-rw-r--r--TAO/DevGuideExamples/ImplRepo/Activator/run_test.pl2
-rw-r--r--TAO/DevGuideExamples/InterfaceRepo/IFRBrowser.cpp2
-rw-r--r--TAO/DevGuideExamples/InterfaceRepo/InterfaceRepo.mpc2
-rw-r--r--TAO/DevGuideExamples/InterfaceRepo/run_test.pl2
-rw-r--r--TAO/DevGuideExamples/NotifyService/RTNotify/Priorities.h2
-rw-r--r--TAO/DevGuideExamples/NotifyService/SupplierSideNC/MessengerSupplier.cpp2
-rw-r--r--TAO/DevGuideExamples/Security/ParticipatingApp/ParticipatingApp.mpc2
-rw-r--r--TAO/DevGuideExamples/Security/ParticipatingApp/run_test.pl2
-rw-r--r--TAO/DevGuideExamples/Security/PolicyControllingApp/PolicyControllingApp.mpc2
-rw-r--r--TAO/DevGuideExamples/Security/PolicyControllingApp/run_test.pl2
-rw-r--r--TAO/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc2
-rw-r--r--TAO/DevGuideExamples/Security/SecurityUnawareApp/run_test.pl2
-rw-r--r--TAO/DevGuideExamples/SmartProxies/Logger.idl2
15 files changed, 47 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c2e6e399c47..305ead576d6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,22 @@
+Wed Oct 22 14:00:46 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * DevGuideExamples/DevGuideExamples.mwc:
+ * DevGuideExamples/ImplRepo/Activator/run_test.pl:
+ * DevGuideExamples/InterfaceRepo/IFRBrowser.cpp:
+ * DevGuideExamples/InterfaceRepo/InterfaceRepo.mpc:
+ * DevGuideExamples/InterfaceRepo/run_test.pl:
+ * DevGuideExamples/NotifyService/RTNotify/Priorities.h:
+ * DevGuideExamples/NotifyService/SupplierSideNC/MessengerSupplier.cpp:
+ * DevGuideExamples/Security/ParticipatingApp/ParticipatingApp.mpc:
+ * DevGuideExamples/Security/ParticipatingApp/run_test.pl:
+ * DevGuideExamples/Security/PolicyControllingApp/PolicyControllingApp.mpc:
+ * DevGuideExamples/Security/PolicyControllingApp/run_test.pl:
+ * DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc:
+ * DevGuideExamples/Security/SecurityUnawareApp/run_test.pl:
+ * DevGuideExamples/SmartProxies/Logger.idl:
+
+ Fixed fuzz error by adding "// $Id $" to the top of each file.
+
Wed Oct 22 13:24:00 UTC 2008 Simon Massey <sma at prismtech dot com>
* DevGuideExamples/NotifyService/QoSProperties/MessengerConsumer.cpp:
diff --git a/TAO/DevGuideExamples/DevGuideExamples.mwc b/TAO/DevGuideExamples/DevGuideExamples.mwc
index bbf27b8533c..97d3bc5c8fe 100644
--- a/TAO/DevGuideExamples/DevGuideExamples.mwc
+++ b/TAO/DevGuideExamples/DevGuideExamples.mwc
@@ -1,3 +1,5 @@
+// $Id$
+
workspace {
cmdline = -include $PWD
}
diff --git a/TAO/DevGuideExamples/ImplRepo/Activator/run_test.pl b/TAO/DevGuideExamples/ImplRepo/Activator/run_test.pl
index da22251c496..b13adc4b92d 100644
--- a/TAO/DevGuideExamples/ImplRepo/Activator/run_test.pl
+++ b/TAO/DevGuideExamples/ImplRepo/Activator/run_test.pl
@@ -1,3 +1,5 @@
+# $Id$
+
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
diff --git a/TAO/DevGuideExamples/InterfaceRepo/IFRBrowser.cpp b/TAO/DevGuideExamples/InterfaceRepo/IFRBrowser.cpp
index f70f029d769..b8aaa809e34 100644
--- a/TAO/DevGuideExamples/InterfaceRepo/IFRBrowser.cpp
+++ b/TAO/DevGuideExamples/InterfaceRepo/IFRBrowser.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
//
// IFRBrowser.cpp
//
diff --git a/TAO/DevGuideExamples/InterfaceRepo/InterfaceRepo.mpc b/TAO/DevGuideExamples/InterfaceRepo/InterfaceRepo.mpc
index af4711a25c4..84c40a3a130 100644
--- a/TAO/DevGuideExamples/InterfaceRepo/InterfaceRepo.mpc
+++ b/TAO/DevGuideExamples/InterfaceRepo/InterfaceRepo.mpc
@@ -1,3 +1,5 @@
+// $Id$
+
project(*Browser): taoexe, portableserver, ifr_client {
exename = IFRBrowser
}
diff --git a/TAO/DevGuideExamples/InterfaceRepo/run_test.pl b/TAO/DevGuideExamples/InterfaceRepo/run_test.pl
index ed9447f8f79..70c47951eb8 100644
--- a/TAO/DevGuideExamples/InterfaceRepo/run_test.pl
+++ b/TAO/DevGuideExamples/InterfaceRepo/run_test.pl
@@ -1,3 +1,5 @@
+# $Id$
+
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
diff --git a/TAO/DevGuideExamples/NotifyService/RTNotify/Priorities.h b/TAO/DevGuideExamples/NotifyService/RTNotify/Priorities.h
index f181f10aec1..581af1cb221 100644
--- a/TAO/DevGuideExamples/NotifyService/RTNotify/Priorities.h
+++ b/TAO/DevGuideExamples/NotifyService/RTNotify/Priorities.h
@@ -1,3 +1,5 @@
+// $Id$
+
#ifndef _PRIORITIES_H_
#define _PRIORITIES_H_
diff --git a/TAO/DevGuideExamples/NotifyService/SupplierSideNC/MessengerSupplier.cpp b/TAO/DevGuideExamples/NotifyService/SupplierSideNC/MessengerSupplier.cpp
index c2e488603c2..d3ec7ed9f6a 100644
--- a/TAO/DevGuideExamples/NotifyService/SupplierSideNC/MessengerSupplier.cpp
+++ b/TAO/DevGuideExamples/NotifyService/SupplierSideNC/MessengerSupplier.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include <orbsvcs/Notify/Notify_EventChannelFactory_i.h>
#include <orbsvcs/CosNamingC.h>
#include <ace/Profile_Timer.h>
diff --git a/TAO/DevGuideExamples/Security/ParticipatingApp/ParticipatingApp.mpc b/TAO/DevGuideExamples/Security/ParticipatingApp/ParticipatingApp.mpc
index a2409f8b42b..a0025ee06d6 100644
--- a/TAO/DevGuideExamples/Security/ParticipatingApp/ParticipatingApp.mpc
+++ b/TAO/DevGuideExamples/Security/ParticipatingApp/ParticipatingApp.mpc
@@ -1,3 +1,5 @@
+// $Id$
+
project(*Server): portableserver, orbsvcsexe, security, ssliop {
Source_Files {
Messenger_i.cpp
diff --git a/TAO/DevGuideExamples/Security/ParticipatingApp/run_test.pl b/TAO/DevGuideExamples/Security/ParticipatingApp/run_test.pl
index 2d9f698a132..95c461a7f20 100644
--- a/TAO/DevGuideExamples/Security/ParticipatingApp/run_test.pl
+++ b/TAO/DevGuideExamples/Security/ParticipatingApp/run_test.pl
@@ -1,3 +1,5 @@
+# $Id$
+
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
diff --git a/TAO/DevGuideExamples/Security/PolicyControllingApp/PolicyControllingApp.mpc b/TAO/DevGuideExamples/Security/PolicyControllingApp/PolicyControllingApp.mpc
index 2a2b7c7c4a2..e79645474db 100644
--- a/TAO/DevGuideExamples/Security/PolicyControllingApp/PolicyControllingApp.mpc
+++ b/TAO/DevGuideExamples/Security/PolicyControllingApp/PolicyControllingApp.mpc
@@ -1,3 +1,5 @@
+// $Id$
+
project(*Server): portableserver, orbsvcsexe, security, ssliop {
Source_Files {
Messenger_i.cpp
diff --git a/TAO/DevGuideExamples/Security/PolicyControllingApp/run_test.pl b/TAO/DevGuideExamples/Security/PolicyControllingApp/run_test.pl
index 16cd049b735..1e1ac789af7 100644
--- a/TAO/DevGuideExamples/Security/PolicyControllingApp/run_test.pl
+++ b/TAO/DevGuideExamples/Security/PolicyControllingApp/run_test.pl
@@ -1,3 +1,5 @@
+# $Id$
+
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
diff --git a/TAO/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc b/TAO/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc
index 7c31be7f066..09a2598b354 100644
--- a/TAO/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc
+++ b/TAO/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc
@@ -1,3 +1,5 @@
+// $Id$
+
project(*Server): taoexe, portableserver, security, ssl {
Source_Files {
Messenger_i.cpp
diff --git a/TAO/DevGuideExamples/Security/SecurityUnawareApp/run_test.pl b/TAO/DevGuideExamples/Security/SecurityUnawareApp/run_test.pl
index 649bb7a1b04..0b3a2b0446e 100644
--- a/TAO/DevGuideExamples/Security/SecurityUnawareApp/run_test.pl
+++ b/TAO/DevGuideExamples/Security/SecurityUnawareApp/run_test.pl
@@ -1,3 +1,5 @@
+# $Id$
+
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
diff --git a/TAO/DevGuideExamples/SmartProxies/Logger.idl b/TAO/DevGuideExamples/SmartProxies/Logger.idl
index e3e7c507324..b800e926afc 100644
--- a/TAO/DevGuideExamples/SmartProxies/Logger.idl
+++ b/TAO/DevGuideExamples/SmartProxies/Logger.idl
@@ -1,3 +1,5 @@
+// $Id$
+
// Logger.idl
interface Logger