]> git.stg.codes - ssmd.git/blobdiff - include/acl.h
Removed GTS string.
[ssmd.git] / include / acl.h
index f2754466c8e112d4c6517dee44fb8506ef8037ea..cee7cb3517305c90b168a2b577407fb2bf4b46a1 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef __GTS_ACL_H__
-#define __GTS_ACL_H__
+#ifndef __SSMD_ACL_H__
+#define __SSMD_ACL_H__
 
 #include <string>
 #include <ostream>
 
 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);
 
 }