summaryrefslogtreecommitdiff
path: root/gnu/CORBA/Minor.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/CORBA/Minor.java')
-rw-r--r--gnu/CORBA/Minor.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/CORBA/Minor.java b/gnu/CORBA/Minor.java
index fb5991dc9..511a34d55 100644
--- a/gnu/CORBA/Minor.java
+++ b/gnu/CORBA/Minor.java
@@ -272,5 +272,11 @@ public interface Minor
* submitting large number of requests.
*/
int Threads = 21 | vendor;
+
+ /**
+ * The IOR starts with file://, http:// or ftp://, but this local or remote
+ * resource is not accessible.
+ */
+ int Missing_IOR = 22 | vendor;
}