summaryrefslogtreecommitdiff
path: root/db/instance.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-12-02 09:39:17 -0500
committerDwight <dmerriman@gmail.com>2009-12-02 09:39:17 -0500
commit16bd507b512589f0e0a53275bdf298c6d65bcfb3 (patch)
tree3891dd546e464cf5a3351fe85000e76987cbe77c /db/instance.h
parentc72e870657137ab5c939ae36d081cf1623cca645 (diff)
downloadmongo-16bd507b512589f0e0a53275bdf298c6d65bcfb3.tar.gz
checkpoint some intermediate concurrency work
Diffstat (limited to 'db/instance.h')
-rw-r--r--db/instance.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/instance.h b/db/instance.h
index 8ec00ef4f01..fc940b434db 100644
--- a/db/instance.h
+++ b/db/instance.h
@@ -99,12 +99,6 @@ namespace mongo {
bool assembleResponse( Message &m, DbResponse &dbresponse, const sockaddr_in &client = unknownAddress.sa );
- void receivedKillCursors(Message& m);
- void receivedUpdate(Message& m, stringstream& ss);
- void receivedDelete(Message& m, stringstream& ss);
- void receivedInsert(Message& m, stringstream& ss);
- void receivedGetMore(DbResponse& dbresponse, /*AbstractMessagingPort& dbMsgPort, */Message& m, stringstream& ss);
- void receivedQuery(DbResponse& dbresponse, /*AbstractMessagingPort& dbMsgPort, */Message& m, stringstream& ss, bool logit);
void getDatabaseNames( vector< string > &names );
// must call with db lock