summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-05 20:49:02 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-05 20:49:02 +0000
commitf6f096e2b3cbd0ef3cfff7f8afb737b264998142 (patch)
tree2552b93611a2b3348a08ecf86f79c26c99b7c6fe
parentf4fbf7c940c8605cefd1162d7f7a222e5cba85a7 (diff)
downloadATCD-f6f096e2b3cbd0ef3cfff7f8afb737b264998142.tar.gz
ChangeLogTag:Wed Dec 5 12:45:34 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp3
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Makefile2
3 files changed, 10 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3b4604d1abb..e86c1448829 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Wed Dec 5 12:45:34 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * orbsvcs/performance-tests/EC_Federated_Scalability/Makefile:
+ Fixed the realclean target, it was not removing the IDL
+ generated files.
+
+ * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
+ Remove reference to Orbix in a comment.
+
Wed Dec 5 12:44:28 2001 Carlos O'Ryan <coryan@uci.edu>
* TAO-INSTALL.html:
diff --git a/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp b/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp
index b8e26dd86c6..31dc9458716 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp
@@ -401,9 +401,6 @@ ACE_ES_Priority_Dispatching::push (ACE_ES_Dispatch_Request *request,
if (errno != EPIPE)
{
ACE_THROW (CORBA::NO_MEMORY ());
- // @@ Orbix parameters
- // 0, ,
- // "ACE_ES_Priority_Dispatching::push enqueue failed"));
}
else
{
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Makefile b/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Makefile
index 1be2f79e6f6..10b0154c789 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Makefile
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Makefile
@@ -50,7 +50,7 @@ server: $(addprefix $(VDIR),$(server_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean
- -$(RM) $(foreach ext, $(IDL_EXT), Test$(ext))
+ -$(RM) $(foreach ext, $(IDL_EXT), Control$(ext))
#----------------------------------------------------------------------------
# Dependencies