From 15535d09065e59d25e1b240f57f6a4f21cff0451 Mon Sep 17 00:00:00 2001 From: Dwight Date: Tue, 22 Dec 2009 16:42:49 -0500 Subject: compile windows / vcproj --- client/clientOnly.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client') diff --git a/client/clientOnly.cpp b/client/clientOnly.cpp index 8789713d9ae..b315afd2e74 100644 --- a/client/clientOnly.cpp +++ b/client/clientOnly.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "../stdafx.h" +#include "stdafx.h" #include "../client/dbclient.h" #include "../db/dbinfo.h" #include "../db/dbhelpers.h" @@ -49,10 +49,10 @@ namespace mongo { bool haveLocalShardingInfo( const string& ns ){ return false; } - +/* auto_ptr Helpers::find( const char *ns , BSONObj query , bool requireIndex ){ uassert( "Helpers::find can't be used in client" , 0 ); - auto_ptr i; - return i; + return auto_ptr(0); } +*/ } -- cgit v1.2.1