git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket. The time_t currentTime parameter added in TariffChangeIsAllow()
[stg.git]
/
stglibs
/
srvconf.lib
/
netunit.h
diff --git
a/stglibs/srvconf.lib/netunit.h
b/stglibs/srvconf.lib/netunit.h
index d1191435bef5ce319fc51664a04140ffe63e4325..ca13bbc867b83bc611607f7e6e57a934d4f23811 100644
(file)
--- a/
stglibs/srvconf.lib/netunit.h
+++ b/
stglibs/srvconf.lib/netunit.h
@@
-25,6
+25,9
@@
#include <string>
#include <string>
+namespace STG
+{
+
class NETTRANSACT
{
public:
class NETTRANSACT
{
public:
@@
-67,4
+70,6
@@
private:
static bool RxCrypto(const void * block, size_t size, void * data);
};
static bool RxCrypto(const void * block, size_t size, void * data);
};
+} // namespace STG
+
#endif
#endif