X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/ae26516a8828d54ab7c0e0bca92031a54a15ed62..5042f0be451ee5b0cc29188ae9b310f39670d502:/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