summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-10 01:20:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-10 01:20:03 +0000
commit0c28ecf3a369a4c855daefa243a7ce97c7865743 (patch)
treec1876890125dd9aac2b3a5ed15ef672bc5f039ed
parent27217683e38a97304979aae8dd1b18d2500010c1 (diff)
downloadATCD-0c28ecf3a369a4c855daefa243a7ce97c7865743.tar.gz
ChnageLogTag:Sun Nov 9 19:19:06 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/tao.mpc4
2 files changed, 11 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1e286e8a373..e5a3df58bf1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 9 19:19:06 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/tao.mpc:
+
+ Added the new generated files into the list of source files.
+
Sun Nov 9 19:12:40 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/IOP_CodecA.cpp
@@ -10,7 +16,7 @@ Sun Nov 9 19:12:40 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/PortableInterceptorA.h:
New files that were created using the new IDL compiler
- options which puts the Any operators in a seperate file. This
+ option, that puts the Any operators in a seperate file. This
is just a test. If this gives good wins, we can go ahead fix all
the generated code in $TAO_ROOT/tao to maintain the Any's in a
seperate file. This can be used by the application by just
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index fb25c42afcb..d17d094018a 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -86,6 +86,7 @@ project(TAO) : acelib, taoversion, core, tao_output, extra_core {
ORB.cpp
Policy_ForwardC.cpp
PolicyC.cpp
+ PolicyA.cpp
Policy_Validator.cpp
Encodable.cpp
Abstract_Servant_Base.cpp
@@ -122,6 +123,7 @@ project(TAO) : acelib, taoversion, core, tao_output, extra_core {
ClientRequestInterceptor_Adapter.cpp
PI_ForwardC.cpp
PortableInterceptorC.cpp
+ PortableInterceptorA.cpp
PICurrent.cpp
PICurrent_ORBInitializer.cpp
DynamicC.cpp
@@ -170,7 +172,9 @@ project(TAO) : acelib, taoversion, core, tao_output, extra_core {
Synch_Refcountable.cpp
Asynch_Reply_Dispatcher_Base.cpp
IOP_IORC.cpp
+ IOP_IORA.cpp
IOP_CodecC.cpp
+ IOP_CodecA.cpp
IOPC.cpp
PollableC.cpp
CONV_FRAMEC.cpp