summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-03-10 17:44:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-03-10 17:44:17 +0000
commit8ec4534a5747503bccbeee1553ea3a92ac753834 (patch)
tree6170f643fe07ed71568567c2c47e2afd3673cb8d
parentabc25f878405ca9ae6390ffbed6b446445ce8ff6 (diff)
downloadATCD-8ec4534a5747503bccbeee1553ea3a92ac753834.tar.gz
ChangeLogTag: Fri Mar 10 11:33:38 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a26
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.cpp2
-rwxr-xr-xTAO/tests/Smart_Proxies/On_Demand/run_test.pl2
3 files changed, 19 insertions, 11 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index facbd6d006e..43c0d02efdd 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Fri Mar 10 11:33:38 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Smart_Proxies/On_Demand/Smart_Test_Factory.cpp: Fixed a
+ typo that was preventing compilation.
+ * tests/Smart_Proxies/On_Demand/run_test.pl: Made the run_test.pl
+ to look in to the right directory for ACEutils.
+
+ DISCLAIMER:The above fixes does not mean that the test actually
+ works. I feel the test is broken.
+
Thu Mar 09 22:55:52 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* tao/Servant_Base.cpp (_create_stub): We must not use the stub
@@ -13,18 +23,16 @@ Thu Mar 09 18:25:00 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
* TAO/orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.h:
* TAO/orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.h:
* TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h:
- * TAO/orbsvcs/orbsvcs/AV/Transport.h:
-
- These files were using the #if !defined (WHATEVER) as multiple
- inclusion guard instead of #ifndef WHATEVER. Thanks to Paul
- Calabrese <calabrese_p@ociweb.com> for reporting that.
+ * TAO/orbsvcs/orbsvcs/AV/Transport.h: These files were using the
+ #if !defined (WHATEVER) as multiple inclusion guard instead of
+ #ifndef WHATEVER. Thanks to Paul Calabrese
+ <calabrese_p@ociweb.com> for reporting that.
* TAO/orbsvcs/orbsvcs/AV/TCP.h:
* TAO/orbsvcs/orbsvcs/Event/Debug_Macros.h:
- * TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h:
-
- While this file were missing multiple inclusion guard. Thanks to
- Paul Calabrese <calabrese_p@ociweb.com> for reporting that.
+ * TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h: While this file
+ were missing multiple inclusion guard. Thanks to Paul Calabrese
+ <calabrese_p@ociweb.com> for reporting that.
Thu Mar 09 16:22:10 2000 Irfan Pyarali <irfan@cs.wustl.edu>
diff --git a/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.cpp b/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.cpp
index f5ea633008a..f5894d0e5c2 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.cpp
+++ b/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.cpp
@@ -1,4 +1,4 @@
-$Id$
+//$Id$
#define ACE_BUILD_SVC_DLL
#include "Smart_Test_Factory.h"
diff --git a/TAO/tests/Smart_Proxies/On_Demand/run_test.pl b/TAO/tests/Smart_Proxies/On_Demand/run_test.pl
index 19b627de397..fbc743d42be 100755
--- a/TAO/tests/Smart_Proxies/On_Demand/run_test.pl
+++ b/TAO/tests/Smart_Proxies/On_Demand/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-unshift @INC, '../../../bin';
+unshift @INC, '../../../../bin';
require ACEutils;
$iorfile = "test.ior";