diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-17 01:02:32 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-17 01:02:32 +0000 |
commit | 4223dcb5e90d48657902da8a94ad177b83bd7dfe (patch) | |
tree | bb78fd81e896228e3743c4d90b8636f799b0a182 /cpp/include/Ice/Direct.h | |
parent | added interceptor test (diff) | |
download | ice-4223dcb5e90d48657902da8a94ad177b83bd7dfe.tar.bz2 ice-4223dcb5e90d48657902da8a94ad177b83bd7dfe.tar.xz ice-4223dcb5e90d48657902da8a94ad177b83bd7dfe.zip |
Split DispatchStatus into dispatch status and reply status (bug #2150)
Diffstat (limited to 'cpp/include/Ice/Direct.h')
-rw-r--r-- | cpp/include/Ice/Direct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Direct.h b/cpp/include/Ice/Direct.h index a720167b6a6..16b56dcb6b2 100644 --- a/cpp/include/Ice/Direct.h +++ b/cpp/include/Ice/Direct.h @@ -30,7 +30,7 @@ public: virtual bool isCollocated(); virtual const Ice::Current& getCurrent(); - virtual DispatchStatus run(Ice::Object*) { return DispatchOK; } // = 0; + virtual Ice::DispatchStatus run(Ice::Object*) = 0; void throwUserException(); |