delphimvcframework/packages/lazarus/delphistomp.pas
dgaspary d4047ba54c + Replaced manual Synapse exception verification with 'raiseexcept' and
OnStatus Callback
+ Creation of a Lazarus Package
2010-12-03 02:35:51 +00:00

21 lines
330 B
ObjectPascal

{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit delphistomp;
interface
uses
StompClient, StompTypes, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('delphistomp', @Register);
end.