X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/6b235fa5a6fd3b514febe5b1328f97df14fb10bc..3c47eb51fb0eddb876f5b10bd33a4f2bedc3ee87:/include/acl.h diff --git a/include/acl.h b/include/acl.h index 468671f..f275446 100644 --- a/include/acl.h +++ b/include/acl.h @@ -2,6 +2,7 @@ #define __GTS_ACL_H__ #include +#include class Pdu; @@ -43,8 +44,12 @@ class ACL { bool _isUpload; std::string getSuffix() const; + + friend std::ostream & operator<<(std::ostream & stream, const ACL & acl); }; +std::ostream & operator<<(std::ostream & stream, const GTS::ACL & acl); + } #endif