#define __GTS_ACL_H__
#include <string>
+#include <ostream>
class Pdu;
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