home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / Intrcpt / intrcpt.dpr next >
Text File  |  1999-08-11  |  197b  |  17 lines

  1. library Intrcpt;
  2.  
  3. uses
  4.   ComServ,
  5.   Intrcptu in 'Intrcptu.pas';
  6.  
  7. exports
  8.   DllGetClassObject,
  9.   DllCanUnloadNow,
  10.   DllRegisterServer,
  11.   DllUnregisterServer;
  12.  
  13. {$R *.RES}
  14.  
  15. begin
  16. end.
  17.