summaryrefslogtreecommitdiff
path: root/ychat-0.7.5/src/data/con_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ychat-0.7.5/src/data/con_base.cpp')
-rwxr-xr-xychat-0.7.5/src/data/con_base.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/ychat-0.7.5/src/data/con_base.cpp b/ychat-0.7.5/src/data/con_base.cpp
new file mode 100755
index 0000000..003a376
--- /dev/null
+++ b/ychat-0.7.5/src/data/con_base.cpp
@@ -0,0 +1,19 @@
+#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