From c16b515f274e7ffeefc00e34bd831812efb99ebc Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Wed, 5 Dec 2001 21:13:30 +0000 Subject: fixes --- cpp/src/Ice/Object.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/Ice/Object.cpp') diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index ae2cb2a71ed..bf6e44e148c 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -96,7 +96,7 @@ Ice::Object::___ice_ping(Incoming&, const Current& __current) const char* Ice::Object::__all[] = { - "ice_isA" + "ice_isA", "ice_ping" }; @@ -108,6 +108,7 @@ Ice::Object::__dispatch(Incoming& in, const Current& current) pair r = equal_range(b, e, current.operation); if (r.first == r.second) { + cout << "xxx" << endl; return DispatchOperationNotExist; } -- cgit v1.2.3