home *** CD-ROM | disk | FTP | other *** search
- $$IF(PROJTYPE_DLL)
- // $$root$$.odl : type library source for $$root$$.dll
- $$ELSE
- // $$root$$.odl : type library source for $$root$$.exe
- $$ENDIF //PROJTYPE_DLL
- $$IF(VERBOSE)
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library ($$root$$.tlb).
- $$ENDIF
-
- [ uuid($$LIB_CLSID_ODL$$), version(1.0) ]
- library $$Safe_root$$
- {
- importlib("stdole32.tlb");
-
- $$IF(PROJTYPE_MDI || PROJTYPE_SDI)
- $$IF(VERBOSE)
- // Primary dispatch interface for $$DOC_CLASS$$
-
- $$ENDIF
- [ uuid($$DISPIID_CLSID_ODL$$) ]
- dispinterface I$$Doc$$
- {
- properties:
- $$IF(VERBOSE)
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- $$ENDIF
- //{{AFX_ODL_PROP($$DOC_CLASS$$)
- //}}AFX_ODL_PROP
-
- methods:
- $$IF(VERBOSE)
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- $$ENDIF
- //{{AFX_ODL_METHOD($$DOC_CLASS$$)
- //}}AFX_ODL_METHOD
-
- };
-
- $$IF(VERBOSE)
- // Class information for $$DOC_CLASS$$
-
- $$ENDIF
- [ uuid($$APP_CLSID_REG$$) ]
- coclass $$DOC_COCLASS$$
- {
- [default] dispinterface I$$Doc$$;
- };
-
- $$ENDIF //MDI/SDI
- //{{AFX_APPEND_ODL}}
- };
-