X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/5042f0be451ee5b0cc29188ae9b310f39670d502..b1c5cd9eb2a4d47726d559d8f3e1506ec7f78219:/include/switch.h diff --git a/include/switch.h b/include/switch.h index 351d162..bf585c5 100644 --- a/include/switch.h +++ b/include/switch.h @@ -3,6 +3,7 @@ #include #include +#include class Snmp; class CTarget; @@ -53,9 +54,9 @@ class Switch { bool _aclsCreated; bool checkProfiles(const CTarget & target); - 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); }; }