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

some forward decls

This commit is contained in:
Eliot Horowitz 2011-01-24 01:42:56 -05:00
parent a8bf207d84
commit bcab1f1ab1

View File

@ -27,6 +27,9 @@
namespace mongo {
class Database;
class DiskLoc;
typedef ShardChunkVersion ConfigVersion;
typedef map<string,ConfigVersion> NSVersionMap;