- bool dropACLs(const CTarget & target);
- bool dropACLsByTable(const CTarget & target, unsigned profileId, const SNMPTable & table);
- bool createACLs(const CTarget & target);
+ bool dropACLs(const CTarget & target, std::ostream & stream);
+ bool dropACLsByTable(const CTarget & target, unsigned profileId, const SNMPTable & table, std::ostream & stream);
+ bool createACLs(const CTarget & target, std::ostream & stream);