summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/protocol.h
diff options
context:
space:
mode:
authorAdam Midvidy <amidvidy@gmail.com>2015-06-15 14:06:09 -0400
committerAdam Midvidy <amidvidy@gmail.com>2015-06-16 16:25:39 -0400
commit49c54afb7abfeceb0f9f03ed59df69b9cf22a5e7 (patch)
tree6e71691c78f7354d49bd87986c983aad2530d4ae /src/mongo/rpc/protocol.h
parent4eb15b34d157e2719fc9034f5956b698d96ef64e (diff)
downloadmongo-49c54afb7abfeceb0f9f03ed59df69b9cf22a5e7.tar.gz
SERVER-18292 expose protocol type of RPC classes and
check that they match in runCommandWithMetadata
Diffstat (limited to 'src/mongo/rpc/protocol.h')
-rw-r--r--src/mongo/rpc/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/rpc/protocol.h b/src/mongo/rpc/protocol.h
index ba370a90e69..bb77caf5e85 100644
--- a/src/mongo/rpc/protocol.h
+++ b/src/mongo/rpc/protocol.h
@@ -83,7 +83,7 @@ namespace supports {
/**
* Converts a ProtocolSet to a string. Currently only the predefined ProtocolSets in the
* 'supports' namespace are supported.
- *
+ *
* This intentionally does not conform to the STL 'to_string' convention so that it will
* not conflict with the to_string overload for uint64_t.
*/