summaryrefslogtreecommitdiff
path: root/src/mongo/client/cyrus_sasl_client_session.h
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-03-25 19:17:26 -0400
committerAndrew Morrow <acm@mongodb.com>2015-03-26 10:17:08 -0400
commit06b58e9c7c349ce81504cf6ce2823082205ab0f7 (patch)
treee56a7389a28887ad11fcd80bcdf7e21cccd033ab /src/mongo/client/cyrus_sasl_client_session.h
parent05533d52a29589f54ec9ee582e770a5fdda552a5 (diff)
downloadmongo-06b58e9c7c349ce81504cf6ce2823082205ab0f7.tar.gz
SERVER-17736 Remove obsolete C++ driver symbol export miscellanea
Diffstat (limited to 'src/mongo/client/cyrus_sasl_client_session.h')
-rw-r--r--src/mongo/client/cyrus_sasl_client_session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/cyrus_sasl_client_session.h b/src/mongo/client/cyrus_sasl_client_session.h
index 0af40978447..d24d12124c5 100644
--- a/src/mongo/client/cyrus_sasl_client_session.h
+++ b/src/mongo/client/cyrus_sasl_client_session.h
@@ -27,7 +27,6 @@
#include <boost/scoped_array.hpp>
-#include "mongo/client/export_macros.h"
#include "mongo/client/sasl_client_session.h"
#include <sasl/sasl.h>
@@ -38,7 +37,7 @@ namespace mongo {
* Implementation of the client side of a SASL authentication conversation.
* using the Cyrus SASL library.
*/
- class MONGO_CLIENT_API CyrusSaslClientSession : public SaslClientSession {
+ class CyrusSaslClientSession : public SaslClientSession {
MONGO_DISALLOW_COPYING(CyrusSaslClientSession);
public: