1:// JBossServices.idl : IDL source for JBossServices.dll
   2://
   3:
   4:// This file will be processed by the MIDL tool to
   5:// produce the type library (JBossServices.tlb) and marshalling code.
   6:
   7:import "oaidl.idl";
   8:import "ocidl.idl";
   9:import "enterpriseservices.idl";
  10:   [
  11:      object,
  12:      uuid(F9E9BEB4-345C-4B1E-95CA-456F498B4150),
  13:      dual,
  14:      helpstring("IJBossServices Interface"),
  15:      pointer_default(unique)
  16:   ]
  17:   interface IJBossServices : IEnterpriseServices
  18:   {
  19:   };
  20:
  21:[
  22:   uuid(91F9AD6E-BC6B-454A-B61B-125982E6A6C8),
  23:   version(1.0),
  24:   helpstring("J2EECAS JBossServices 1.0 Type Library")
  25:]
  26:library ComBridgeJBossServices
  27:{
  28:   importlib("stdole32.tlb");
  29:   importlib("stdole2.tlb");
  30:
  31:   [
  32:      uuid(B3379382-B996-4E80-B516-E8CCBFACE737),
  33:      helpstring("JBossServices Class")
  34:   ]
  35:   coclass JBossServices
  36:   {
  37:      [default] interface IJBossServices;
  38:   };
  39:};