diff --git a/src/TDF/TDF_AttributeIterator.hxx b/src/TDF/TDF_AttributeIterator.hxx index 4688545152..4a1c831e17 100644 --- a/src/TDF/TDF_AttributeIterator.hxx +++ b/src/TDF/TDF_AttributeIterator.hxx @@ -26,16 +26,20 @@ #include #include -// DO NOT USE THIS CLASS WITHOUT AUTHORIZATION! -// // This class provides a way to iterates on the // up-to-date (current) valid attributes of a label. // -// Even a Forgotten attribute may be found if this +// This class should not be used for standard attributes workflow. +// Application allways knows what to search at particular label. +// So, use IsAttribute and FindAttibute methods of +// TDF_Label to check and get attributes in usual way. +// This class may be used for processing of content of labels +// in generic way, like copy-tool, specific save/restore algorithms, +// etc. +// +// Even a forgotten attribute may be found if this // option is set. To use this possibility, look at // the constructor. -// -// Sorry: nobody needs this iterator but its friends! class TDF_AttributeIterator {