home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / mfcapwz.dll / TEMPLATE / ROOT.ODL < prev    next >
Text File  |  1997-01-28  |  2KB  |  71 lines

  1. $$IF(PROJTYPE_DLL)
  2. // $$root$$.odl : type library source for $$root$$.dll
  3. $$ELSE
  4. // $$root$$.odl : type library source for $$root$$.exe
  5. $$ENDIF //PROJTYPE_DLL
  6. $$IF(VERBOSE)
  7.  
  8. // This file will be processed by the MIDL compiler to produce the
  9. // type library ($$root$$.tlb).
  10. $$ENDIF
  11.  
  12. [ uuid($$LIB_CLSID_ODL$$), version(1.0) ]
  13. library $$Safe_root$$
  14. {
  15.     importlib("stdole32.tlb");
  16.     
  17.  
  18. $$IF(PROJTYPE_DLL)
  19. $$ELSE
  20. $$IF(VERBOSE)
  21.     //  Primary dispatch interface for $$DOC_CLASS$$
  22.     
  23. $$ENDIF
  24.     [ uuid($$DISPIID_CLSID_ODL$$) ]
  25.     dispinterface I$$Safe_root$$
  26.     {
  27.         properties:
  28. $$IF(VERBOSE)
  29.             // NOTE - ClassWizard will maintain property information here.
  30.             //    Use extreme caution when editing this section.
  31. $$ENDIF
  32. $$IF(PROJTYPE_DLG)
  33.             //{{AFX_ODL_PROP($$DLGAUTOPROXY_CLASS$$)
  34. $$ELSE //!DLG
  35.             //{{AFX_ODL_PROP($$DOC_CLASS$$)
  36. $$ENDIF //PROJTYPE_DLG
  37.             //}}AFX_ODL_PROP
  38.             
  39.         methods:
  40. $$IF(VERBOSE)
  41.             // NOTE - ClassWizard will maintain method information here.
  42.             //    Use extreme caution when editing this section.
  43. $$ENDIF
  44. $$IF(PROJTYPE_DLG)
  45.             //{{AFX_ODL_METHOD($$DLGAUTOPROXY_CLASS$$)
  46. $$ELSE //!DLG
  47.             //{{AFX_ODL_METHOD($$DOC_CLASS$$)
  48. $$ENDIF //PROJTYPE_DLG
  49.             //}}AFX_ODL_METHOD
  50.  
  51.     };
  52.  
  53. $$IF(VERBOSE)
  54.     //  Class information for $$DOC_CLASS$$
  55.     
  56. $$ENDIF
  57.     [ uuid($$APP_CLSID_REG$$) ]
  58. $$IF(PROJTYPE_DLG)
  59.     coclass $$Safe_root$$
  60. $$ELSE //!DLG
  61.     coclass $$DOC_COCLASS$$
  62. $$ENDIF //PROJTYPE_DLG
  63.     {
  64.         [default] dispinterface I$$Safe_root$$;
  65.     };
  66. $$ENDIF //PROJTYPE_DLL
  67.  
  68.     //{{AFX_APPEND_ODL}}
  69.     //}}AFX_APPEND_ODL}}
  70. };
  71.