From e8ddc00951f58635b05030c50180a23c02e44664 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 7 Apr 2008 20:59:02 +0000 Subject: 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 --- qpid/cpp/src/tests/amqp_0_10/serialize.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'qpid/cpp/src/tests') 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& 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; -- cgit v1.2.1