diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-08-13 13:48:57 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-08-13 13:48:57 +0000 |
commit | e55d9214407ea472e418f9852cb58dddab0c83f5 (patch) | |
tree | ae13270d774c175b719b187c487fc1e4e5ee481d | |
parent | 60c5dc70734d8c84ac974327db55932292ada859 (diff) | |
download | ATCD-e55d9214407ea472e418f9852cb58dddab0c83f5.tar.gz |
ChangeLogTag: Fri Aug 13 13:48:03 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/IFR_Service/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 49d4ddd0829..6f2c48aa13f 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 13 13:48:03 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> + + * orbsvcs/IFR_Service/makefile.am: + + Updated with new file in TAO_IFR_BE. + Wed Aug 11 20:49:43 UTC 2010 Adam Mitz <mitza@ociweb.com> * tao/tao.mpc: diff --git a/TAO/orbsvcs/IFR_Service/Makefile.am b/TAO/orbsvcs/IFR_Service/Makefile.am index cff791ee858..c6a5e756281 100644 --- a/TAO/orbsvcs/IFR_Service/Makefile.am +++ b/TAO/orbsvcs/IFR_Service/Makefile.am @@ -74,6 +74,7 @@ libTAO_IFR_BE_la_SOURCES = \ be_global.cpp \ be_init.cpp \ be_produce.cpp \ + be_util.cpp \ ifr_adding_visitor.cpp \ ifr_adding_visitor_exception.cpp \ ifr_adding_visitor_operation.cpp \ @@ -85,6 +86,7 @@ libTAO_IFR_BE_la_SOURCES = \ noinst_HEADERS = \ be_extern.h \ be_global.h \ + be_util.h \ ifr_adding_visitor.h \ ifr_adding_visitor_exception.h \ ifr_adding_visitor_operation.h \ |