dtinfo subdirectory DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
0be684281d
commit
fbd81ef151
@@ -57,16 +57,16 @@ class streambuf
|
||||
protected:
|
||||
char* base;
|
||||
char* end;
|
||||
char* get_ptr;
|
||||
char* put_ptr;
|
||||
char* get_ptr;
|
||||
|
||||
int _gcount;
|
||||
int _pcount;
|
||||
|
||||
int _capacity;
|
||||
int _size;
|
||||
int _capacity;
|
||||
int _alloc;
|
||||
|
||||
int _pcount;
|
||||
int _gcount;
|
||||
|
||||
protected:
|
||||
enum notify_action_t { GET, PUT };
|
||||
virtual void notify(int) {};
|
||||
|
||||
Reference in New Issue
Block a user