0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
dwight 2011-02-12 16:39:52 -05:00
parent 277ff8dbf0
commit f7692fea1a

View File

@ -112,7 +112,9 @@ namespace mongo {
*/
bool replHasDatabases();
/** "embedded" calls to the local server directly. */
/** "embedded" calls to the local server directly.
Caller does not need to lock, that is handled within.
*/
class DBDirectClient : public DBClientBase {
public:
virtual auto_ptr<DBClientCursor> query(const string &ns, Query query, int nToReturn = 0, int nToSkip = 0,