summaryrefslogtreecommitdiff
path: root/src/third_party/shim_asio.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-05-20 16:08:15 -0400
committerAndrew Morrow <acm@mongodb.com>2015-05-22 12:13:16 -0400
commit6b9931d988cb2ece7dca174a40645a3c7a14e8e2 (patch)
tree6cb15472ad76efd2fa88fa396fc062ae7e0ae5a9 /src/third_party/shim_asio.cpp
parent3dc20841d6e9e3f2d5311d2d366450f87a393234 (diff)
downloadmongo-6b9931d988cb2ece7dca174a40645a3c7a14e8e2.tar.gz
SERVER-18569 Standalone ASIO build system integration
Diffstat (limited to 'src/third_party/shim_asio.cpp')
-rw-r--r--src/third_party/shim_asio.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/shim_asio.cpp b/src/third_party/shim_asio.cpp
new file mode 100644
index 00000000000..3585439556f
--- /dev/null
+++ b/src/third_party/shim_asio.cpp
@@ -0,0 +1,3 @@
+// This file intentionally blank. shim_asio.cpp is part of the
+// third_party/asio library, which is just a placeholder for forwarding
+// library dependencies.