summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 01:26:19 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 01:26:19 +0000
commit71bde5a2f394fbfd4ef5ef0470c7e5cd715534de (patch)
tree8e20c0ec0b219d509759640af37db6497e5a7d87
parentffb5250a08768a13fefef2e110fff46f116aad88 (diff)
downloadATCD-71bde5a2f394fbfd4ef5ef0470c7e5cd715534de.tar.gz
Change the order of defining USER_EXCEPTION and SYSTEM_EXCEPTION.
-rw-r--r--TAO/tao/GIOP.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP.h b/TAO/tao/GIOP.h
index f82b14491fb..b29c63c23c3 100644
--- a/TAO/tao/GIOP.h
+++ b/TAO/tao/GIOP.h
@@ -208,12 +208,12 @@ enum TAO_GIOP_ReplyStatusType
TAO_GIOP_NO_EXCEPTION,
// Request completed successfully
- TAO_GIOP_SYSTEM_EXCEPTION,
- // Request terminated with system exception
-
TAO_GIOP_USER_EXCEPTION,
// Request terminated with user exception
+ TAO_GIOP_SYSTEM_EXCEPTION,
+ // Request terminated with system exception
+
TAO_GIOP_LOCATION_FORWARD
// Reply is a location forward type
};