summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-04-07 20:59:02 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-04-07 20:59:02 +0000
commite8ddc00951f58635b05030c50180a23c02e44664 (patch)
treebaba2d53b5964ef5d6a80f06513333f665a9740d /qpid/cpp/src/tests
parenta3119fb738452827a94b218b0d4c8e589382f3b6 (diff)
downloadqpid-python-e8ddc00951f58635b05030c50180a23c02e44664.tar.gz
Fixed time classes for some changes that misunderstood how they are supposed
to be used (and documented them better to hopefully avoid this in the future) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@645685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/amqp_0_10/serialize.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/qpid/cpp/src/tests/amqp_0_10/serialize.cpp b/qpid/cpp/src/tests/amqp_0_10/serialize.cpp
index 7db9c8db5a..a8f66df215 100644
--- a/qpid/cpp/src/tests/amqp_0_10/serialize.cpp
+++ b/qpid/cpp/src/tests/amqp_0_10/serialize.cpp
@@ -52,16 +52,6 @@ std::ostream& operator<<(std::ostream& out, const array<T,N>& a) {
}
} // boost
-namespace qpid {
-namespace sys {
-
-std::ostream& operator<<(std::ostream& out, const AbsTime& t) {
- return out << t.timeValue();
-}
-}
-
-} // qpid
-
QPID_AUTO_TEST_SUITE(SerializeTestSuite)
using namespace std;