Podmiana makr na globalne zmienne statyczne. Create cargo zmodyfikowane
This commit is contained in:
parent
022bc0d069
commit
608e382095
6 changed files with 63 additions and 72 deletions
|
|
@ -22,11 +22,11 @@
|
|||
ExtractCargo::ExtractCargo()
|
||||
:filesLen(0)
|
||||
, tablePosition(0)
|
||||
, version(VERSION)
|
||||
, xxhState(XXH64_createState())
|
||||
, signature(SIGNATURE)
|
||||
{
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
XXH64_reset(xxhState, 0);
|
||||
}
|
||||
|
||||
ExtractCargo::~ExtractCargo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue