Compiles
[iotcloud.git] / version2 / src / C / Error.h
index 61f1b6e0ad31d266e818bd71f3b5c809a0045e65..4d12c168febdc7d978c48d293c18f9a1903ceb9e 100644 (file)
@@ -5,6 +5,11 @@ public:
        Error(const char *msg) {}
 };
 
+class SocketTimeoutException {
+ public:
+ private:
+};
+
 class Exception {
 public:
        Exception(const char *msg) {}
@@ -12,6 +17,7 @@ public:
 
 #define ServerException_TypeInputTimeout 1
 #define ServerException_TypeConnectTimeout 2
+#define ServerException_TypeSalt 3
 
 class ServerException {
 public: