From 0398410e8894287da530cfb63d6344817445bfc2 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 12 Mar 2009 20:55:34 +0000 Subject: Changes to build DLLs instead of static libs on Windows; primarily added decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68 --- .../failover/failover_declare_queues.vcproj | 374 +++++++++++++++++++++ .../failover/failover_replaying_sender.vcproj | 374 +++++++++++++++++++++ .../failover/failover_resuming_receiver.vcproj | 374 +++++++++++++++++++++ 3 files changed, 1122 insertions(+) create mode 100644 cpp/examples/failover/failover_declare_queues.vcproj create mode 100644 cpp/examples/failover/failover_replaying_sender.vcproj create mode 100644 cpp/examples/failover/failover_resuming_receiver.vcproj (limited to 'cpp/examples/failover') diff --git a/cpp/examples/failover/failover_declare_queues.vcproj b/cpp/examples/failover/failover_declare_queues.vcproj new file mode 100644 index 0000000000..918c02e942 --- /dev/null +++ b/cpp/examples/failover/failover_declare_queues.vcproj @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/failover/failover_replaying_sender.vcproj b/cpp/examples/failover/failover_replaying_sender.vcproj new file mode 100644 index 0000000000..c1a53471e6 --- /dev/null +++ b/cpp/examples/failover/failover_replaying_sender.vcproj @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/failover/failover_resuming_receiver.vcproj b/cpp/examples/failover/failover_resuming_receiver.vcproj new file mode 100644 index 0000000000..b62e1b5636 --- /dev/null +++ b/cpp/examples/failover/failover_resuming_receiver.vcproj @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1