Blame view

3rdparty/jdk1.8.0_171/lib/orb.idl 640 Bytes
a86c63ca   Hu Chunming   提交三方库文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  /*
   * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
   * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   *
   */
  
  // IDL not generated by rmic, do not edit
  // These are all in IDL module CORBA
  // The Java classes are in the package org.omg.CORBA
  // See ValueType Semantics:Standard Value Box Definitions (5.3) in CORBA 2.3 spec
  
  #ifndef __org_omg_CORBA__
  #define __org_omg_CORBA__
  
  #pragma prefix "omg.org"
  
  module CORBA{
  
      valuetype StringValue string;
      valuetype WStringValue wstring;
  
  };
  
  #include "ir.idl"
  
  #pragma prefix ""
  
  #endif