home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SOM / INCLUDE / SOMDTYPE.IDL < prev    next >
Text File  |  1995-08-24  |  1KB  |  43 lines

  1. //
  2. //   COMPONENT_NAME: somd
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8. //   All Rights Reserved
  9. //   Licensed Materials - Property of IBM
  10. //   US Government Users Restricted Rights - Use, duplication or
  11. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. //
  13. //
  14. //  somdtype.idl - global DSOM type definitions
  15. // 
  16. #ifndef somdtype_idl
  17. #define somdtype_idl
  18. #include <containd.idl>                                    //d5959
  19. // typedef string RepositoryId;                              d5959
  20. //typedef string Identifier;                                 d5959
  21. // exception definitions                // in somcorba.h
  22. enum completion_status { YES, NO, MAYBE };
  23. #ifdef EMIT_SOMDTYPES
  24. #pragma somemittypes on
  25. #endif
  26.  typedef unsigned long ORBStatus;
  27.  typedef sequence <octet,1024> ReferenceData;
  28.  typedef unsigned long Flags;
  29.  struct NamedValue {    
  30.     Identifier name;
  31.     any        argument;
  32.     long       len;
  33.     Flags      arg_modes;
  34.  };
  35.  typedef string ImplId;
  36. #ifdef EMIT_SOMDTYPES
  37. #pragma somemittypes off
  38. #endif
  39. module SOMD { 
  40.   const string Version = "1.0";
  41. };
  42. #endif /* somdtype_idl */
  43.