summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/scc_fast_query_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/client/scc_fast_query_handler.h')
-rw-r--r--src/mongo/s/client/scc_fast_query_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/scc_fast_query_handler.h b/src/mongo/s/client/scc_fast_query_handler.h
index 3cf1af119d1..bc942556389 100644
--- a/src/mongo/s/client/scc_fast_query_handler.h
+++ b/src/mongo/s/client/scc_fast_query_handler.h
@@ -56,7 +56,7 @@ namespace mongo {
virtual bool canHandleQuery(const std::string& ns, Query query);
- virtual std::auto_ptr<DBClientCursor> handleQuery(const std::vector<std::string>& hostStrings,
+ virtual std::unique_ptr<DBClientCursor> handleQuery(const std::vector<std::string>& hostStrings,
const std::string &ns,
Query query,
int nToReturn,