summaryrefslogtreecommitdiffstats
path: root/heimdall/source/EndModemFileTransferPacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-28 16:34:31 +0200
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-29 01:17:05 +0200
commit713af23d0a8a65926e03ad2e50406aae2463e6e1 (patch)
treede05850788b7a16ffe881e856e51310b262d0cbf /heimdall/source/EndModemFileTransferPacket.h
parentMade the last parameter of EndFileTransferPacket partitionType (obtained (diff)
downloadHeimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.tar
Heimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.tar.gz
Heimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.tar.bz2
Heimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.tar.lz
Heimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.tar.xz
Heimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.tar.zst
Heimdall-713af23d0a8a65926e03ad2e50406aae2463e6e1.zip
Diffstat (limited to 'heimdall/source/EndModemFileTransferPacket.h')
-rw-r--r--heimdall/source/EndModemFileTransferPacket.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/heimdall/source/EndModemFileTransferPacket.h b/heimdall/source/EndModemFileTransferPacket.h
index a2d88ca..e21ad20 100644
--- a/heimdall/source/EndModemFileTransferPacket.h
+++ b/heimdall/source/EndModemFileTransferPacket.h
@@ -34,10 +34,8 @@ namespace Heimdall
public:
- EndModemFileTransferPacket(unsigned int partialPacketLength, unsigned int lastFullPacketIndex, unsigned short unknown1,
- unsigned int partitionType, bool endOfFile)
- : EndFileTransferPacket(EndFileTransferPacket::kDestinationModem, partialPacketLength,
- lastFullPacketIndex, unknown1, partitionType)
+ EndModemFileTransferPacket(unsigned int sequenceByteCount, unsigned int unknown1, unsigned int partitionType, bool endOfFile)
+ : EndFileTransferPacket(EndFileTransferPacket::kDestinationModem, sequenceByteCount, unknown1, partitionType)
{
this->endOfFile = (endOfFile) ? 1 : 0;
}