summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/windows/ClientDllMain.cpp
diff options
context:
space:
mode:
authorClifford Jansen <cliffjansen@apache.org>2012-09-30 19:23:37 +0000
committerClifford Jansen <cliffjansen@apache.org>2012-09-30 19:23:37 +0000
commit9b27ac1dc4590c1a961315203bc3da08768372ad (patch)
tree7f3456ac3134c777c609d43fc53ae3d7feaf4fff /cpp/src/qpid/client/windows/ClientDllMain.cpp
parentfa24cecbbc7c32a7dd91fedacd09fccf01a99243 (diff)
downloadqpid-python-9b27ac1dc4590c1a961315203bc3da08768372ad.tar.gz
QPID-4330: Windows static destructors: threadSafeShutdown() test
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1392093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/windows/ClientDllMain.cpp')
-rw-r--r--cpp/src/qpid/client/windows/ClientDllMain.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/windows/ClientDllMain.cpp b/cpp/src/qpid/client/windows/ClientDllMain.cpp
new file mode 100644
index 0000000000..d636489908
--- /dev/null
+++ b/cpp/src/qpid/client/windows/ClientDllMain.cpp
@@ -0,0 +1,22 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+
+#include "qpid/sys/windows/QpidDllMain.h"