0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

readability

This commit is contained in:
Alberto Lerner 2010-10-18 14:12:58 -04:00
parent 507c5c5338
commit fd21745be1

View File

@ -363,8 +363,10 @@ private:
private:
const char *_objdata;
};
const char *_objdata;
boost::shared_ptr< Holder > _holder;
void init(const char *data, bool ifree) {
if ( ifree )
_holder.reset( new Holder( data ) );