diff options
author | Aaron <aaron@10gen.com> | 2009-04-27 19:12:32 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-04-27 19:12:32 -0400 |
commit | cc3887c8647f963d66f1fbcf7ba4b67acb43b03b (patch) | |
tree | 26885e0676574d6c78d70c5409ff158d84d44482 /mongo.xcodeproj | |
parent | ed8bf452025dd3bc2797d4a33cdc40de19eddbb9 (diff) | |
download | mongo-cc3887c8647f963d66f1fbcf7ba4b67acb43b03b.tar.gz |
use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 857f59a1a17..19b68b7de4b 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -249,6 +249,7 @@ 93B4A81B0F1C01D8000C862C /* lasterror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lasterror.cpp; sourceTree = "<group>"; }; 93B4A8290F1C024C000C862C /* cursor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cursor.cpp; sourceTree = "<group>"; }; 93B4A82A0F1C0256000C862C /* pdfiletests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdfiletests.cpp; sourceTree = "<group>"; }; + 93C38E940FA66622007D6E4A /* basictests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basictests.cpp; sourceTree = "<group>"; }; 93CCC87F0F8562E900E20FA0 /* datasize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = datasize.js; sourceTree = "<group>"; }; 93D0C1520EF1D377005253B7 /* jsobjtests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsobjtests.cpp; sourceTree = "<group>"; }; 93D0C1FB0EF1E267005253B7 /* namespacetests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = namespacetests.cpp; sourceTree = "<group>"; }; @@ -369,6 +370,7 @@ 934223850EF16D7000608550 /* dbtests */ = { isa = PBXGroup; children = ( + 93C38E940FA66622007D6E4A /* basictests.cpp */, 93AB914E0F4F1C7A0020A046 /* javajstests.cpp */, 932AC3EB0F4A5B34005BF8B0 /* queryoptimizertests.cpp */, 933E22100F4327B2000209E3 /* perf */, |