Parent Directory
|
Revision Log
Update copyright Add extra log for exception
| 1 | /*******************************************************/ |
| 2 | /* */ |
| 3 | /* LeafOK Innbbsd */ |
| 4 | /* */ |
| 5 | /* Copyright (C) LeafOK.com, 2003-2008 */ |
| 6 | /* */ |
| 7 | /* http://www.leafok.com */ |
| 8 | /* */ |
| 9 | /*******************************************************/ |
| 10 | |
| 11 | #pragma once |
| 12 | |
| 13 | class BBS_fun |
| 14 | { |
| 15 | public: |
| 16 | BBS_fun(void); |
| 17 | ~BBS_fun(void); |
| 18 | static CString LML(const CString& source_str); |
| 19 | static CString ip_mask(const CString& ip, int level = 2); |
| 20 | static CString FB2TXT(CString source_str); |
| 21 | static CString GB_decode(const CString& source_str); |
| 22 | }; |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |