From 683a5677a37def4ed3c564fbebfe8951bcf86142 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Mon, 14 Sep 2009 15:20:13 +0000 Subject: Reversed checkin of r.813825 until its problems can be resolved git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@814692 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/CopyOnWriteArray.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/sys') diff --git a/cpp/src/qpid/sys/CopyOnWriteArray.h b/cpp/src/qpid/sys/CopyOnWriteArray.h index b7111f2b17..e4ae3a6094 100644 --- a/cpp/src/qpid/sys/CopyOnWriteArray.h +++ b/cpp/src/qpid/sys/CopyOnWriteArray.h @@ -10,9 +10,9 @@ * 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 @@ -39,7 +39,6 @@ class CopyOnWriteArray { public: typedef boost::shared_ptr > ConstPtr; - typedef boost::shared_ptr > Ptr; CopyOnWriteArray() {} CopyOnWriteArray(const CopyOnWriteArray& c) : array(c.array) {} -- cgit v1.2.1