]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/netunit.h
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / srvconf.lib / netunit.h
index d1191435bef5ce319fc51664a04140ffe63e4325..ca13bbc867b83bc611607f7e6e57a934d4f23811 100644 (file)
@@ -25,6 +25,9 @@
 
 #include <string>
 
+namespace STG
+{
+
 class NETTRANSACT
 {
 public:
@@ -67,4 +70,6 @@ private:
     static bool RxCrypto(const void * block, size_t size, void * data);
 };
 
+} // namespace STG
+
 #endif