summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-15 05:04:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-15 05:04:18 +0000
commitdebf3cd5e4cebdd8d8e7fb7c48e506e76edcfcf8 (patch)
treec874b43f01c61278abf4681e9d7d6e1bcf4bfa07
parent32bec34bf2e5fe79882aa312e90cc0fff829b437 (diff)
downloadATCD-debf3cd5e4cebdd8d8e7fb7c48e506e76edcfcf8.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 7306563db04..c5f91faec61 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Fri May 14 23:55:47 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Request.{h,i,cpp}:
+ Added Context_ptr member ctx_ to class CORBA_Request, along
+ with accessor and mutator methods. Although Contexts are not
+ implmented by TAO, these methods do not throw
+ CORBA::NO_IMPLEMENT. Since I didn't see any functions in
+ CORBA_Request using environment variables, I kept to that
+ scheme and therefore could not use ACE_THROW or related
+ macros. The accessor simply returns the member (which is
+ set to 0 in all constructors) and the mutator does nothing
+ but throw away its arg. For the record, these were actually
+ checked in a few days ago, but I neglected to make a
+ ChangeLog entry at the time.
+
Fri May 14 20:27:59 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
* orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.{h,cpp}: