Commit 1b1b60d8 authored by Pavel Vainerman's avatar Pavel Vainerman

Часто встречающуюся функцию проверки xml-узла на соответсвие фильтру, вынес в…

Часто встречающуюся функцию проверки xml-узла на соответсвие фильтру, вынес в UniSetTypes. Везде (где встретил) перевёл работу на неё.
parent 0eec4f57
......@@ -3,7 +3,7 @@
Name: libuniset
Version: 1.0
Release: alt43
Release: alt44
Summary: UniSet - library for building distributed industrial control systems
License: GPL
Group: Development/C++
......@@ -207,6 +207,10 @@ rm -f %buildroot%_libdir/*.la
%changelog
* Mon Oct 03 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt44
- add nodes filter for UNet2
- minor optimization
* Thu Jul 14 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt42
- fixed bug in uniset-codegen
......
......@@ -478,7 +478,7 @@ bool NCRestorer_XML::getThresholdInfo( UniXML& xml,xmlNode* node,
}
// ------------------------------------------------------------------------------------------
bool NCRestorer_XML::check_thresholds_item( UniXML_iterator& it )
{
{
return UniSetTypes::check_filter(it,t_filterField,t_filterValue);
}
// ------------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment