Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 47782 invoked from network); 13 Aug 2007 21:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 21:23:23 -0000 Received: (qmail 36572 invoked by uid 500); 13 Aug 2007 21:23:21 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 36549 invoked by uid 500); 13 Aug 2007 21:23:21 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 36540 invoked by uid 99); 13 Aug 2007 21:23:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 14:23:21 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 21:23:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 194DD1A981D; Mon, 13 Aug 2007 14:23:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r565531 - in /activemq/activemq-cpp/trunk/src/decaf/src: main/Makefile.am main/decaf/util/Guid.cpp main/decaf/util/Guid.h test/Makefile.am test/decaf/util/GuidTest.cpp test/decaf/util/GuidTest.h test/testRegistry.cpp Date: Mon, 13 Aug 2007 21:23:00 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070813212301.194DD1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Aug 13 14:22:59 2007 New Revision: 565531 URL: http://svn.apache.org/viewvc?view=rev&rev=565531 Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Removing Guid now that UUID is in Removed: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Guid.cpp activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Guid.h activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/util/GuidTest.cpp activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/util/GuidTest.h Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am?view=diff&rev=565531&r1=565530&r2=565531 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Mon Aug 13 14:22:59 2007 @@ -47,7 +47,6 @@ decaf/util/concurrent/PooledThread.cpp \ decaf/util/concurrent/ThreadPool.cpp \ decaf/util/Date.cpp \ - decaf/util/Guid.cpp \ decaf/util/UUID.cpp \ decaf/util/StringTokenizer.cpp \ decaf/util/Random.cpp \ @@ -126,7 +125,6 @@ decaf/util/concurrent/TaskListener.h \ decaf/util/concurrent/ThreadPool.h \ decaf/util/Date.h \ - decaf/util/Guid.h \ decaf/util/UUID.h \ decaf/util/Iterator.h \ decaf/util/Collection.h \ Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am?view=diff&rev=565531&r1=565530&r2=565531 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am Mon Aug 13 14:22:59 2007 @@ -39,7 +39,6 @@ decaf/util/StringTokenizerTest.cpp \ decaf/util/Endian.cpp \ decaf/util/DateTest.cpp \ - decaf/util/GuidTest.cpp \ decaf/util/UUIDTest.cpp \ decaf/util/RandomTest.cpp \ decaf/util/MapTest.cpp \ @@ -75,7 +74,6 @@ decaf/util/StringTokenizerTest.h \ decaf/util/Endian.h \ decaf/util/DateTest.h \ - decaf/util/GuidTest.h \ decaf/util/UUIDTest.h \ decaf/util/RandomTest.h \ decaf/util/MapTest.h \ Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp?view=diff&rev=565531&r1=565530&r2=565531 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp Mon Aug 13 14:22:59 2007 @@ -70,8 +70,6 @@ // //#include //CPPUNIT_TEST_SUITE_REGISTRATION( decaf::util::DateTest ); -//#include -//CPPUNIT_TEST_SUITE_REGISTRATION( decaf::util::GuidTest ); //#include //CPPUNIT_TEST_SUITE_REGISTRATION( decaf::util::UUIDTest ); //#include