auto commit
This commit is contained in:
16
Delphi/source/Contract/uIIdGenerator.pas
Normal file
16
Delphi/source/Contract/uIIdGenerator.pas
Normal file
@@ -0,0 +1,16 @@
|
||||
unit uIIdGenerator;
|
||||
|
||||
interface
|
||||
|
||||
type
|
||||
IIdGenerator = interface
|
||||
['{C4E773E0-6E3E-410D-9F01-0826BA57BFF0}']
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD>Int64<36><34>Id
|
||||
/// </summary>
|
||||
function NewLong(): Int64;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user