summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-04-23 20:02:00 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-04-23 20:02:00 +0000
commit809ea9e140bcc880fdab8d42a0b4afc3c11da63e (patch)
tree7a3dcf89410385d32688ddb8abab1e4f10bc28bf
parentbe2453b0ebb92611a65aa13f3b05091d565909aa (diff)
downloadATCD-809ea9e140bcc880fdab8d42a0b4afc3c11da63e.tar.gz
ChangeLogTag:Wed Apr 23 15:03:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>1
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/docs/tutorials/Quoter/AMI/Handler_i.cpp2
-rw-r--r--TAO/docs/tutorials/Quoter/AMI/Handler_i.h2
3 files changed, 10 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e452aec7ab6..c713ae7c461 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 23 15:03:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>1
+
+ * docs/tutorial/Quoter/AMI/Handler_i.h:
+ * docs/tutorial/Quoter/AMI/Handler_i.cpp: Fixed the code to be
+ portable.
+
Wed Apr 23 09:53:27 2003 Chad Elliott <elliott_c@ociweb.com>
* tests/AMI/AMI.mpc:
@@ -138,8 +144,8 @@ Wed Apr 23 12:59:53 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Removed obsolete -Gv option from IDL compiler command lines for
the above tests.
-Wed Apr 23 07:40:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-
+Wed Apr 23 07:40:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>1
+
* orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp: Use
.out () instead of a .in (), which seems more meaningful.
diff --git a/TAO/docs/tutorials/Quoter/AMI/Handler_i.cpp b/TAO/docs/tutorials/Quoter/AMI/Handler_i.cpp
index 269bb42e145..859a99ac91a 100644
--- a/TAO/docs/tutorials/Quoter/AMI/Handler_i.cpp
+++ b/TAO/docs/tutorials/Quoter/AMI/Handler_i.cpp
@@ -24,7 +24,7 @@ Single_Query_Stock_Handler_i::get_price_and_names (CORBA::Double ami_return_val,
void
Single_Query_Stock_Handler_i::
- get_price_and_names_excep (Quoter::AMI_Single_Query_StockExceptionHolder_ptr )
+ get_price_and_names_excep (Quoter::AMI_Single_Query_StockExceptionHolder *)
throw (CORBA::SystemException)
{
// We ignore the exception, but this counts as a reponse, otherwise
diff --git a/TAO/docs/tutorials/Quoter/AMI/Handler_i.h b/TAO/docs/tutorials/Quoter/AMI/Handler_i.h
index 7745ac0bec3..60848fb3aec 100644
--- a/TAO/docs/tutorials/Quoter/AMI/Handler_i.h
+++ b/TAO/docs/tutorials/Quoter/AMI/Handler_i.h
@@ -17,7 +17,7 @@ public:
const char *full_name)
throw (CORBA::SystemException);
- void get_price_and_names_excep (Quoter::AMI_Single_Query_StockExceptionHolder_ptr)
+ void get_price_and_names_excep (Quoter::AMI_Single_Query_StockExceptionHolder *)
throw (CORBA::SystemException);
void get_symbol(const char *)