summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-13 22:15:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-13 22:15:10 +0000
commit07064a2af120ebe881d6f6b58e594e94bd355f63 (patch)
tree2c5d98c203150ce58c00257325d33d22d9994c71
parentdbe464c6b4a571961c4db095df165d2b645b9044 (diff)
downloadATCD-07064a2af120ebe881d6f6b58e594e94bd355f63.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 4 insertions, 11 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 207a9d8228f..2c6274d89d8 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -99,18 +99,11 @@ Fri Feb 12 21:20:49 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO/tests/NestedUpcall/Traingle_Test/Object_B_i.cpp:
* TAO/tests/NestedUpcall/Traingle_Test/Initiator_i.cpp:
* TAO/tests/NestedUpcall/Traingle_Test/initiator.cpp:
-
This takes care of the g++ unused arg warnings for all except
- IDL-generated code. I'm sure there are some mistakes in here,
- and I may have missed a file or two. I'll build what I can before
- I go tonight, but there will still be a few mistakes, I'm sure.
-
- Carlos warned me the other day about files with the same name,
- even if in different projects. I noticed that we have
- TAO/orbsvcs/Time_Service/Server_i.cpp and
- TAO/examples/Simple/bank/Server_i.cpp.
- I don't even want to think about how many files we have named
- client.cpp ;-).
+ IDL-generated code. I'm sure there are some mistakes in here,
+ and I may have missed a file or two. I'll build what I can
+ before I go tonight, but there will still be a few mistakes, I'm
+ sure.
Fri Feb 12 17:30:50 1999 Jeff Parsons <parsons@cs.wustl.edu>