Start using Date_t. Can anyone think of a better name?

This commit is contained in:
Mathias Stearn
2009-12-03 17:25:22 -05:00
parent 5660a25e9b
commit dcf3a10eea
20 changed files with 59 additions and 32 deletions

View File

@@ -161,7 +161,7 @@ int main( int argc, const char **argv ) {
}
mongo::BSONObj out = conn.findOne( tsns , mongo::BSONObj() );
unsigned long long oldTime = out["ts"].timestampTime();
Date_t oldTime = out["ts"].timestampTime();
unsigned int oldInc = out["ts"].timestampInc();
{