diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-06-02 06:23:44 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-06-02 06:23:44 +0000 |
commit | a3afae1cdad97edee4829d671db1e0b4d60b3cfc (patch) | |
tree | ad7abfe9dce84642aec9ccd7f7c5bb76ea11098e | |
parent | dbd0a9c4f4fa153d7d2a6d797d8a124af684e3f5 (diff) | |
download | ATCD-a3afae1cdad97edee4829d671db1e0b4d60b3cfc.tar.gz |
ChangeLogTag:Tue Jun 1 23:20:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r-- | TAO/ChangeLog | 12 | ||||
-rw-r--r-- | TAO/docs/interceptors.html | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 0d0f46036e8..2a14b2d9e97 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -9,11 +9,11 @@ Tue Jun 1 23:20:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu> Sat May 29 12:21:17 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/driver/drv_preproc.cpp (DRV_check_for_include): - + Added code to remove whitespace before checking for '#'. The CORBA spec allows whitespace to appear before any - preprocessing directive. Thanks to - Merlin Ran <merlinr@21cn.com> for sending in the + preprocessing directive. Thanks to + Merlin Ran <merlinr@21cn.com> for sending in the example IDL files that uncovered this bug. Fri May 28 18:46:11 2004 Jeff Parsons <j.parsons@vanderbilt.edu> @@ -31,7 +31,7 @@ Fri May 28 18:46:11 2004 Jeff Parsons <j.parsons@vanderbilt.edu> Added code to the eventtype_fwd visitor to generate a forward declaration of the associated consumer interface. - + * TAO_IDL/be/be_decl.cpp: * TAO_IDL/be_include/be_decl.h: @@ -56,7 +56,7 @@ Fri May 28 18:46:11 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp: * TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp: - Fixed several mistakes in generated code when ValueBase + Fixed several mistakes in generated code when ValueBase appears in a union, struct, exception, sequence, or array. * TAO_IDL/fe/idl.yy: @@ -68,7 +68,7 @@ Fri May 28 18:46:11 2004 Jeff Parsons <j.parsons@vanderbilt.edu> Thu May 27 18:28:59 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * tao/Any_Basic_Impl.cpp: - + Modified constructor to put CORBA::tk_null in the kind_ member if the TypeCode_ptr argument is null (which would be the case if an application tries to insert a basic type diff --git a/TAO/docs/interceptors.html b/TAO/docs/interceptors.html index ce498fbdfa1..318f2023315 100644 --- a/TAO/docs/interceptors.html +++ b/TAO/docs/interceptors.html @@ -41,7 +41,7 @@ available and extend the ORB's functionalities. They are most commonly used in, but not limited to, Security Service, Transaction Service. They are also for accounting, auditing and debugging distributed applications. -</p> +</p> <hr><P> <h3><a name="implement">TAO's Implementation of "Portable |