diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-08-07 19:45:56 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-08-07 19:45:56 +0000 |
| commit | 089d51ee5466df900348ea405c17d1d09541898b (patch) | |
| tree | 8fe851b10275cd4069b74084762263a1e4544d99 /qpid/cpp/src/tests/TimerTest.cpp | |
| parent | 2687de858888b2fd2b9ac8ccf2b17359c016b555 (diff) | |
| download | qpid-python-089d51ee5466df900348ea405c17d1d09541898b.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@802160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TimerTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/TimerTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/TimerTest.cpp b/qpid/cpp/src/tests/TimerTest.cpp index f8ab9fb2f3..2642c980ba 100644 --- a/qpid/cpp/src/tests/TimerTest.cpp +++ b/qpid/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; |
