summaryrefslogtreecommitdiff
path: root/TAO/CIAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-08 02:33:35 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-08 02:33:35 +0000
commita5de48d9a80625643e36f5b6b251bcae382c8281 (patch)
treed7dc36d9868aec315f08a59f245d8aa6c8a8ac4d /TAO/CIAO
parent3c37dc2bd4dfe773781983b4424decdabbd92c63 (diff)
downloadATCD-a5de48d9a80625643e36f5b6b251bcae382c8281.tar.gz
ChangeLogTag:Sun Dec 7 20:32:41 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO')
-rw-r--r--TAO/CIAO/ChangeLog9
-rw-r--r--TAO/CIAO/examples/Hello/Receiver/Receiver_svnt.h4
-rw-r--r--TAO/CIAO/examples/Hello/Sender/Sender_svnt.h4
-rwxr-xr-xTAO/CIAO/examples/Hello/descriptors/run_test_default.pl1
4 files changed, 13 insertions, 5 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index ddeb84e6a21..4b61543997e 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,4 +1,13 @@
+Sun Dec 7 20:32:41 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * examples/Hello/Receiver/Receiver_svnt.h:
+ * examples/Hello/Sender/Sender_svnt.h:
+ * examples/Hello/descriptors/run_test_default.pl:
+
+ Fixed fuzz errors.
+
Wed Dec 3 10:55:41 2003 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
+
* performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl:
Changed comment to indicate that the interface uses a reference and
not porvides it. Thanks to Gautam Thaker for pointing this out.
diff --git a/TAO/CIAO/examples/Hello/Receiver/Receiver_svnt.h b/TAO/CIAO/examples/Hello/Receiver/Receiver_svnt.h
index cacd80254ad..ec89c4b296a 100644
--- a/TAO/CIAO/examples/Hello/Receiver/Receiver_svnt.h
+++ b/TAO/CIAO/examples/Hello/Receiver/Receiver_svnt.h
@@ -20,7 +20,7 @@
#ifndef CIAO_GLUE_SESSION_RECEIVER_SVNT_H
#define CIAO_GLUE_SESSION_RECEIVER_SVNT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ReceiverS.h"
#include "ReceiverEC.h"
@@ -543,6 +543,6 @@ namespace CIAO_GLUE_Hello
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
}
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* CIAO_GLUE_SESSION_RECEIVER_SVNT_H */
diff --git a/TAO/CIAO/examples/Hello/Sender/Sender_svnt.h b/TAO/CIAO/examples/Hello/Sender/Sender_svnt.h
index 9b3573c3908..0114c5db068 100644
--- a/TAO/CIAO/examples/Hello/Sender/Sender_svnt.h
+++ b/TAO/CIAO/examples/Hello/Sender/Sender_svnt.h
@@ -20,7 +20,7 @@
#ifndef CIAO_GLUE_SESSION_SENDER_SVNT_H
#define CIAO_GLUE_SESSION_SENDER_SVNT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "SenderS.h"
#include "SenderEC.h"
@@ -541,6 +541,6 @@ namespace CIAO_GLUE_Hello
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
}
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* CIAO_GLUE_SESSION_SENDER_SVNT_H */
diff --git a/TAO/CIAO/examples/Hello/descriptors/run_test_default.pl b/TAO/CIAO/examples/Hello/descriptors/run_test_default.pl
index 460cf6dcae0..daaa8031714 100755
--- a/TAO/CIAO/examples/Hello/descriptors/run_test_default.pl
+++ b/TAO/CIAO/examples/Hello/descriptors/run_test_default.pl
@@ -1,4 +1,3 @@
-#$id$
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;