aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseFileTable.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-10-25 16:26:18 +0100
committerLadislav Zezula <zezula@volny.cz>2020-10-25 16:26:18 +0100
commitece4f1ad6630f339ed02caa859851e66a96b5f33 (patch)
treea5fe63dc9f0f90926dce0cf6a16f4ca423e5d6e3 /src/SBaseFileTable.cpp
parent738444bddcf49c09744519a44920dde9d1f29359 (diff)
TBitArray: Changed struct to class
Diffstat (limited to 'src/SBaseFileTable.cpp')
-rw-r--r--src/SBaseFileTable.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/SBaseFileTable.cpp b/src/SBaseFileTable.cpp
index e94e61f..d78c3a8 100644
--- a/src/SBaseFileTable.cpp
+++ b/src/SBaseFileTable.cpp
@@ -59,8 +59,10 @@ static DWORD GetNecessaryBitCount(ULONGLONG MaxValue)
//-----------------------------------------------------------------------------
// Implementation of the TBitArray struc
-struct TBitArray
+class TBitArray
{
+ public:
+
void GetBits(unsigned int nBitPosition, unsigned int nBitLength, void * pvBuffer, int nResultSize);
void SetBits(unsigned int nBitPosition, unsigned int nBitLength, void * pvBuffer, int nResultSize);