mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 11:25:46 +08:00
0024788: Foundation Classes - remove Dico_Dictionary
Class Dico_Dictionary was replaced by NCollection_DataMap/NCollection_IndexedDataMap classes. Changed argument name in template class NCollection_Datamap to eliminate redefinitions of static members in dependent code.
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include <Standard_CString.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TColStd_SequenceOfAsciiString.hxx>
|
||||
class Dico_DictionaryOfTransient;
|
||||
class Interface_Protocol;
|
||||
class Standard_Transient;
|
||||
class Interface_InterfaceModel;
|
||||
@@ -149,9 +148,9 @@ private:
|
||||
|
||||
|
||||
Interface_DataMapOfTransientInteger thedscnum;
|
||||
Handle(Dico_DictionaryOfTransient) thedscnam;
|
||||
Handle(Dico_DictionaryOfTransient) thepdescr;
|
||||
Handle(Dico_DictionaryOfTransient) thedscbas;
|
||||
NCollection_DataMap<TCollection_AsciiString, Handle(Standard_Transient)> thedscnam;
|
||||
NCollection_DataMap<TCollection_AsciiString, Handle(Standard_Transient)> thepdescr;
|
||||
NCollection_DataMap<TCollection_AsciiString, Handle(Standard_Transient)> thedscbas;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user