diff options
Diffstat (limited to 'cppe/include/IceE/Outgoing.h')
-rw-r--r-- | cppe/include/IceE/Outgoing.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppe/include/IceE/Outgoing.h b/cppe/include/IceE/Outgoing.h index 55ae1f42094..3e52544a35f 100644 --- a/cppe/include/IceE/Outgoing.h +++ b/cppe/include/IceE/Outgoing.h @@ -61,11 +61,11 @@ public: enum State { - StateUnsent, - StateInProgress, - StateOK, - StateUserException, - StateLocalException + StateUnsent, + StateInProgress, + StateOK, + StateUserException, + StateLocalException }; Outgoing(Ice::Connection*, Reference*, const std::string&, Ice::OperationMode, const Ice::Context*); |