X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSQItem.h;h=42567308ea3d3fcd30d4d694814ab33ad9aa709f;hb=3f237ae109aef22eb58b91efe64af240e0c0d63b;hp=4dca0cff00baa92473ecab82833edda5afeb3033;hpb=9aa702d6397e3e490263a0791dd6c8ed2f3d1e83;p=gdcm.git diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index 4dca0cff..42567308 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2005/10/19 13:17:05 $ - Version: $Revision: 1.45 $ + Date: $Date: 2005/10/24 16:00:48 $ + Version: $Revision: 1.46 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -49,9 +49,7 @@ public: bool AddEntry(DocEntry *Entry); // add to the List bool RemoveEntry(DocEntry *EntryToRemove); - bool RemoveEntryNoDestroy(DocEntry *EntryToRemove); void ClearEntry(); - void ClearEntryNoDestroy(); void MoveObject(SQItem *source); DocEntry *GetFirstEntry();