diff options
-rw-r--r-- | TAO/ChangeLog | 11 | ||||
-rw-r--r-- | TAO/tao/Makefile.am | 2 | ||||
-rw-r--r-- | TAO/tao/tao.mpc | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 69730e80ca6..346372e3e29 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Thu Nov 3 05:30:41 2005 J.T. Conklin <jtc@acorntoolworks.com> + + * tao/Makefile.am: + * tao/tao.mpc: + + Fix tipo. Change Version_Namespace.h to Versioned_Namespace.h. + Wed Nov 2 09:07:48 2005 Ossama Othman <ossama@dre.vanderbilt.edu> * tao/TAO_Singleton.h: @@ -17,12 +24,12 @@ Wed Nov 2 08:30:41 2005 Bala Natarajan <bala_natarajan at symantec dot com> * tao/Synch_Invocation.cpp: * tao/LocalRequest_Invocation.cpp: - + Reverted "Fri Aug 26 11:33:07 2005 Justin Michel <michel_j@ociweb.com>" since the change was wrong. Chris Cleeland is informed, and he has accepted to do a right fix when he gets time. - + * tao/orbconf.h: Removed TAO_RESET_OUTPUT_CDR_AFTER_SEND #define, since it is of no diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am index 873b211dea8..71f54945c5e 100644 --- a/TAO/tao/Makefile.am +++ b/TAO/tao/Makefile.am @@ -683,7 +683,7 @@ nobase_include_HEADERS = \ Var_Size_Argument_T.h \ Var_Size_Argument_T.inl \ Version.h \ - Version_Namespace.h \ + Versioned_Namespace.h \ WCharSeq.pidl \ WCharSeqC.h \ WCharSeqS.h \ diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc index 24ed65031f7..a24349eb076 100644 --- a/TAO/tao/tao.mpc +++ b/TAO/tao/tao.mpc @@ -510,7 +510,7 @@ project(TAO) : acelib, core, tao_output, taodefaults, pidl, extra_core { VarOut_T.h Var_Size_Argument_T.h Version.h - Version_Namespace.h + Versioned_Namespace.h Wait_On_Leader_Follower.h Wait_On_LF_No_Upcall.h Wait_On_Reactor.h |