mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 14:25:01 +00:00
CAutoFile: make file private
This commit is contained in:
parent
0c35486dc9
commit
938bccebf1
@ -1166,12 +1166,13 @@ private:
|
|||||||
// Disallow copies
|
// Disallow copies
|
||||||
CAutoFile(const CAutoFile&);
|
CAutoFile(const CAutoFile&);
|
||||||
CAutoFile& operator=(const CAutoFile&);
|
CAutoFile& operator=(const CAutoFile&);
|
||||||
protected:
|
|
||||||
FILE* file;
|
|
||||||
public:
|
|
||||||
int nType;
|
int nType;
|
||||||
int nVersion;
|
int nVersion;
|
||||||
|
|
||||||
|
FILE* file;
|
||||||
|
|
||||||
|
public:
|
||||||
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
|
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
|
||||||
{
|
{
|
||||||
file = filenew;
|
file = filenew;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user