From c7f1edff8d20eac561dc6614a63ed633d49fd06d Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 26 Jan 2005 15:03:32 +0000 Subject: [PATCH] Contructors and Destructor are now protected, in order to be sure no user will try to use them. (at user level, only the children classes are meaningfull) --- src/gdcmContentEntry.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/gdcmContentEntry.cxx b/src/gdcmContentEntry.cxx index 3afeb1a3..a2723218 100644 --- a/src/gdcmContentEntry.cxx +++ b/src/gdcmContentEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmContentEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/26 14:56:38 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/01/26 15:03:32 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -30,6 +30,13 @@ namespace gdcm //----------------------------------------------------------------------------- // Constructor / Destructor + + +//----------------------------------------------------------------------------- +// Public + +//----------------------------------------------------------------------------- +// Protected /** * \brief Constructor for a given DictEntry * @param e Pointer to existing dictionary entry @@ -55,13 +62,6 @@ ContentEntry::ContentEntry(DocEntry *e) ContentEntry::~ContentEntry () { } - -//----------------------------------------------------------------------------- -// Public - -//----------------------------------------------------------------------------- -// Protected - //----------------------------------------------------------------------------- // Private -- 2.48.1