Commit b51abd85 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 57489834
......@@ -551,5 +551,19 @@ void _Conn::decref() {
delete this;
}
_FileH::_FileH() {}
_FileH::~_FileH() {}
void _FileH::decref() {
if (__decref())
delete this;
}
_Mapping::_Mapping() {}
_Mapping::~_Mapping() {}
void _Mapping::decref() {
if (__decref())
delete this;
}
} // wcfs::
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment