0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2011-05-17 14:38:09 -04:00
parent b0f4f5b427
commit c4f528bbe1

View File

@ -43,7 +43,7 @@ namespace mongo {
/**
* holds all the actual db connections for a client to various servers
* 1 pre thread, so don't have to worry about thread safety
* 1 per thread, so doesn't have to be thread safe
*/
class ClientConnections : boost::noncopyable {
public: