SharedPointer.cpp

Go to the documentation of this file.
00001 /*
00002 
00003 Copyright (C) 2006-2007 by Peter Dimov.
00004 
00005 This file is part of Calitko (http://www.calitko.org).
00006 
00007 Calitko is free software; you can redistribute it and/or modify
00008 it under the terms of the GNU General Public License as published by
00009 the Free Software Foundation; either version 2 of the License, or
00010 (at your option) any later version.
00011 
00012 Calitko is distributed in the hope that it will be useful,
00013 but WITHOUT ANY WARRANTY; without even the implied warranty of
00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015 GNU General Public License for more details.
00016 
00017 You should have received a copy of the GNU General Public License
00018 along with Calitko; if not, write to the Free Software
00019 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00020 
00021 */
00022 /****************************************************************************
00023 **
00024 ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
00025 **
00026 ** This file is part of the QtCore module of the Qt Toolkit.
00027 **
00028 ** This file may be used under the terms of the GNU General Public
00029 ** License version 2.0 as published by the Free Software Foundation
00030 ** and appearing in the file LICENSE.GPL included in the packaging of
00031 ** this file.  Please review the following information to ensure GNU
00032 ** General Public Licensing requirements will be met:
00033 ** http://www.trolltech.com/products/qt/opensource.html
00034 **
00035 ** If you are unsure which license is appropriate for your use, please
00036 ** review the following information:
00037 ** http://www.trolltech.com/products/qt/licensing.html or contact the
00038 ** sales department at sales@trolltech.com.
00039 **
00040 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00041 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00042 **
00043 ****************************************************************************/
00044 
00045 #include "Qt.h"
00046 #include "SharedPointer.h"
00047