]> Creatis software - gdcm.git/blob - src/gdcmMacro.h
* Add a RefCounter object that is deleted only when it's reference count is
[gdcm.git] / src / gdcmMacro.h
1 /*=========================================================================
2                                                                                 
3   Program:   gdcm
4   Module:    $RCSfile: gdcmMacro.h,v $
5   Language:  C++
6   Date:      $Date: 2005/10/20 15:24:09 $
7   Version:   $Revision: 1.1 $
8                                                                                 
9   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
10   l'Image). All rights reserved. See Doc/License.txt or
11   http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
12                                                                                 
13      This software is distributed WITHOUT ANY WARRANTY; without even
14      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15      PURPOSE.  See the above copyright notices for more information.
16                                                                                 
17 =========================================================================*/
18
19 #ifndef GDCMMACRO_H
20 #define GDCMMACRO_H
21
22 //-----------------------------------------------------------------------------
23 #define gdcmTypeMacro(type) \
24    private : \
25       type(type &); /* Not implemented */ \
26       type &operator=(type &); /* Not implemented */
27
28 //-----------------------------------------------------------------------------
29 #endif