library AggrLib;

uses
  ComServ,
  AggrLib_TLB in 'AggrLib_TLB.pas',
  UnCoOuterObj in 'UnCoOuterObj.pas' {CoOuterObj: CoClass},
  UnMyAggrObj in 'UnMyAggrObj.pas';

exports
  DllGetClassObject,
  DllCanUnloadNow,
  DllRegisterServer,
  DllUnregisterServer;

{$R *.TLB}

{$R *.RES}

begin
end.
