diff options
Diffstat (limited to 'src/libjin/net/net.cpp')
-rw-r--r-- | src/libjin/net/net.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/libjin/net/net.cpp b/src/libjin/net/net.cpp index e6c3d98..8fd4256 100644 --- a/src/libjin/net/net.cpp +++ b/src/libjin/net/net.cpp @@ -2,23 +2,23 @@ namespace jin { -namespace net -{ + namespace net + { - bool Net::initSystem(const SettingBase* setting) - { - #ifdef _WIN32 - #if LIBJIN_NET_TEKCOS - tk_init(); - #endif - #endif - return true; - } + bool Net::initSystem(const SettingBase* setting) + { + #ifdef _WIN32 + #if LIBJIN_NET_TEKCOS + tk_init(); + #endif + #endif + return true; + } - void Net::quitSystem() - { + void Net::quitSystem() + { - } + } -} // net + } // net } // jin
\ No newline at end of file |