]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeAttributeDescriptor.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOTreeAttributeDescriptor.h
index f48a4c09234ec3c7e18f9c0d8ba03a991f48ab63..3226f5290d88642ac1e85f202f863270c633f13e 100644 (file)
@@ -20,8 +20,8 @@ namespace creaImageIO
       /// Flags
       /// The attribute is hidden (not visible to user)
       static const unsigned int PRIVATE;
-      /// The attribute enters in unique identifier constitution (KEY)
-      static const unsigned int KEY;
+      /// The attribute enters in unique identifier constitution 
+      static const unsigned int IDENTIFIER;
       /// The attribute enters in label constitution (for printing)
       static const unsigned int LABEL;
 
@@ -87,16 +87,7 @@ namespace creaImageIO
 } // EO namespace creaImageIO
 
 
-/*
-//=====================================================================
-inline std::ostream& operator<<(std::ostream& s, 
-const creaImageIO::tree::AttributeDescriptor& d)
-{
-s << "[" << d.key << ":" << d.name << "]";
-return s;
-}
-//=====================================================================
-*/
+
 
 
 #endif // #ifndef __creaImageIOTreeAttributeDescriptor_h_INCLUDED__