You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/07/08 17:07:48 UTC

svn commit: r554375 - /activemq/activemq-cpp/trunk/src/test-benchmarks/activemq/util/QueueBenchmark.h

Author: tabish
Date: Sun Jul  8 08:07:47 2007
New Revision: 554375

URL: http://svn.apache.org/viewvc?view=rev&rev=554375
Log:
http://issues.apache.org/activemq/browse/AMQCPP-128

Queue class cleanup, no real perf increase

Modified:
    activemq/activemq-cpp/trunk/src/test-benchmarks/activemq/util/QueueBenchmark.h

Modified: activemq/activemq-cpp/trunk/src/test-benchmarks/activemq/util/QueueBenchmark.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test-benchmarks/activemq/util/QueueBenchmark.h?view=diff&rev=554375&r1=554374&r2=554375
==============================================================================
--- activemq/activemq-cpp/trunk/src/test-benchmarks/activemq/util/QueueBenchmark.h (original)
+++ activemq/activemq-cpp/trunk/src/test-benchmarks/activemq/util/QueueBenchmark.h Sun Jul  8 08:07:47 2007
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef _ACTIVEMQ_QUEUE_QUEUEBENCHMARK_H_
 #define _ACTIVEMQ_QUEUE_QUEUEBENCHMARK_H_