summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 21:00:48 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 21:00:48 +0000
commit646fecaf98b0d7ed78e51154245887d35f28bcfb (patch)
treeb175440bea4d95774793abd08eb8ae18f267cba3
parent51694cf342f6258767724c39846d9388cef3f7ea (diff)
downloadATCD-646fecaf98b0d7ed78e51154245887d35f28bcfb.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/corbafwd.h23
1 files changed, 16 insertions, 7 deletions
diff --git a/TAO/tao/corbafwd.h b/TAO/tao/corbafwd.h
index 57dc50ef051..b9ac8a5363b 100644
--- a/TAO/tao/corbafwd.h
+++ b/TAO/tao/corbafwd.h
@@ -629,13 +629,22 @@ TAO_SYSTEM_EXCEPTION_LIST
#endif /* End of Minimum CORBA */
enum
{
- // = Define flags for NVList add methods
-
- ARG_IN = 0x01,
- ARG_OUT = 0x02,
- ARG_INOUT = 0x04,
- IN_COPY_VALUE = 0x08,
- OUT_LIST_MEMORY = 0x10
+ // = Flags for NVList add methods
+ ARG_IN = 0x01,
+ ARG_OUT = 0x02,
+ ARG_INOUT = 0x04,
+ IN_COPY_VALUE = 0x08,
+ OUT_LIST_MEMORY = 0x10,
+ DEPENDENT_LIST = 0x20,
+
+ // = Flags for Context methods
+ CTX_RESTRICT_SCOPE = 0x40,
+ CTX_DELETE_DESCENDENTS = 0x80,
+
+ // = Flags for deferred synchronous methods
+ INV_NO_RESPONSE = 0x100,
+ INV_TERM_ON_ERR = 0x200,
+ RESP_NO_WAIT = 0x400
};
typedef char *ORBid;