0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

can access free it

This commit is contained in:
Eliot Horowitz 2009-01-09 17:06:14 -05:00
parent d5d18f9a94
commit 0698f06a13

View File

@ -161,6 +161,10 @@ public:
data = d;
}
bool doIFreeIt(){
return freeIt;
}
private:
bool freeIt;
};