diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-02-24 21:17:39 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-02-24 21:17:39 -0500 |
commit | d819733c321a84edecdae59a51e3f672e51f3007 (patch) | |
tree | 8233f530b24ef84e2376b886deeefec1c9c3bd00 | |
parent | f0ffbefee859bceeaa6973d7855f9f5be03a22d0 (diff) | |
download | mongo-d819733c321a84edecdae59a51e3f672e51f3007.tar.gz |
spam
-rw-r--r-- | scripting/v8_db.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripting/v8_db.cpp b/scripting/v8_db.cpp index 7ba5d3a535d..71f34d026f0 100644 --- a/scripting/v8_db.cpp +++ b/scripting/v8_db.cpp @@ -132,7 +132,8 @@ namespace mongo { } void destroyConnection( Persistent<Value> object, void* parameter){ - cout << "Yo ho ho" << endl; + // TODO + cout << "warning: destroyConnection not implemented" << endl; } Handle<Value> mongoConsExternal(const Arguments& args){ |