summaryrefslogtreecommitdiff
path: root/ychat-0.2/SOCK.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ychat-0.2/SOCK.cpp')
-rwxr-xr-xychat-0.2/SOCK.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ychat-0.2/SOCK.cpp b/ychat-0.2/SOCK.cpp
new file mode 100755
index 0000000..c5b451e
--- /dev/null
+++ b/ychat-0.2/SOCK.cpp
@@ -0,0 +1,10 @@
+#ifndef GSOC_CXX
+#define GSOC_CXX
+
+#include "SOCK.h"
+
+using namespace std;
+
+sock* SOCK::obj;
+
+#endif