diff options
author | dwight <dwight@10gen.com> | 2011-12-11 10:59:10 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-12-11 11:01:23 -0500 |
commit | 5f7c8109db658fd786726b0868dbdf2a0c45ddd2 (patch) | |
tree | be6442906b7bc0bc5b1449d7b365f93b4494b347 /s | |
parent | c92ef6868c9123a6e0b87b7852f4eb2f2e4b6b4e (diff) | |
download | mongo-5f7c8109db658fd786726b0868dbdf2a0c45ddd2.tar.gz |
clc
Diffstat (limited to 's')
-rw-r--r-- | s/client.h | 3 | ||||
-rw-r--r-- | s/s_only.cpp | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/s/client.h b/s/client.h index 819625c0ba2..1237f66b88a 100644 --- a/s/client.h +++ b/s/client.h @@ -1,4 +1,4 @@ -// client.h +// @file s/client.h /* * Copyright (C) 2010 10gen Inc. @@ -15,7 +15,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - #pragma once #include "../pch.h" diff --git a/s/s_only.cpp b/s/s_only.cpp index c239e89b6e0..d96c32682db 100644 --- a/s/s_only.cpp +++ b/s/s_only.cpp @@ -31,6 +31,10 @@ namespace mongo { TSP_DEFINE(Client,currentClient) + Client::LockStatus::LockStatus() { + dassert(false); + } + Client::Client(const char *desc , AbstractMessagingPort *p) : _context(0), _shutdown(false), |