summaryrefslogtreecommitdiff
path: root/cpp/src/tests/TimerTest.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-08-07 19:45:56 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-08-07 19:45:56 +0000
commitd6d15604657537f84654556b2c050c5274bd36b5 (patch)
tree2b5527d3a708c6eb879016c14d11e5b641a10143 /cpp/src/tests/TimerTest.cpp
parent1e24d25544fcbc71a3732ddd73312571690665b9 (diff)
downloadqpid-python-d6d15604657537f84654556b2c050c5274bd36b5.tar.gz
Removed unused files
Removed unused functions from Timer Switched TimerTest to sys::Timer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/TimerTest.cpp')
-rw-r--r--cpp/src/tests/TimerTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/TimerTest.cpp b/cpp/src/tests/TimerTest.cpp
index f8ab9fb2f3..2642c980ba 100644
--- a/cpp/src/tests/TimerTest.cpp
+++ b/cpp/src/tests/TimerTest.cpp
@@ -19,7 +19,7 @@
* under the License.
*
*/
-#include "qpid/broker/Timer.h"
+#include "qpid/sys/Timer.h"
#include "qpid/sys/Monitor.h"
#include "unit_test.h"
#include <math.h>
@@ -28,7 +28,6 @@
#include <boost/format.hpp>
#include <boost/lexical_cast.hpp>
-using namespace qpid::broker;
using namespace qpid::sys;
using boost::intrusive_ptr;
using boost::dynamic_pointer_cast;