- made Filedescriptors pool a compile-time option. This should fix some issues found in previous revision
This commit is contained in:
@@ -22,7 +22,7 @@ using namespace std;
|
||||
// zstream Member Functions
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
/*
|
||||
|
||||
void izstream::open(const char * Filename, streamoff Offset, streamoff Size, int CompMethod)
|
||||
{
|
||||
// Change the buffer if need
|
||||
@@ -68,7 +68,7 @@ zbuffer * izstream::GetRightBuffer(int CompMethod) const
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
bool zbuffer::use(std::streamoff Offset, std::streamoff Size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user