00001 #include "DescriptionScope.hxx" 00002 00003 namespace CLAM 00004 { 00005 00006 DescriptionScope::~DescriptionScope() 00007 { 00008 Attributes::iterator it = _attributes.begin(); 00009 Attributes::iterator end = _attributes.end(); 00010 for (; it!=end; it++) 00011 delete *it; 00012 } 00013 }