diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/client.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h index a882f01ebff..0393adf46f3 100644 --- a/src/mongo/db/client.h +++ b/src/mongo/db/client.h @@ -1,12 +1,3 @@ -/* @file db/client.h - - "Client" represents a connection to the database (the server-side) and corresponds - to an open socket (or logical connection if pooling on sockets) from a client. - - todo: switch to asio...this will fit nicely with that. -*/ - - /** * Copyright (C) 2018-present MongoDB, Inc. * @@ -36,6 +27,14 @@ * it in the license file. */ +/* @file db/client.h + + "Client" represents a connection to the database (the server-side) and corresponds + to an open socket (or logical connection if pooling on sockets) from a client. + + todo: switch to asio...this will fit nicely with that. +*/ + #pragma once #include <boost/optional.hpp> |