X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/b1c5cd9eb2a4d47726d559d8f3e1506ec7f78219..25dd1ac0696ca47e586e58d4309fc4c36e11d1dc:/include/acl.h diff --git a/include/acl.h b/include/acl.h index f275446..cee7cb3 100644 --- a/include/acl.h +++ b/include/acl.h @@ -1,12 +1,12 @@ -#ifndef __GTS_ACL_H__ -#define __GTS_ACL_H__ +#ifndef __SSMD_ACL_H__ +#define __SSMD_ACL_H__ #include #include class Pdu; -namespace GTS { +namespace SSMD { class ACL { public: @@ -48,7 +48,7 @@ class ACL { friend std::ostream & operator<<(std::ostream & stream, const ACL & acl); }; -std::ostream & operator<<(std::ostream & stream, const GTS::ACL & acl); +std::ostream & operator<<(std::ostream & stream, const SSMD::ACL & acl); }