diff options
Diffstat (limited to 'ychat-0.7.2/src/data/con_base.cpp')
| -rwxr-xr-x | ychat-0.7.2/src/data/con_base.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ychat-0.7.2/src/data/con_base.cpp b/ychat-0.7.2/src/data/con_base.cpp new file mode 100755 index 0000000..24bbbc9 --- /dev/null +++ b/ychat-0.7.2/src/data/con_base.cpp @@ -0,0 +1,20 @@ +#include "con_base.h" + +#ifdef DATABASE +#ifndef CON_BASE_CPP +#define CON_BASE_CPP + +using namespace std; + +con_base::con_base() +{ + renew_timeout( ); +} + +con_base::~con_base() +{ +} + + +#endif +#endif |
