orb.idl 640 B

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