Compiles
[iotcloud.git] / version2 / src / C / CloudComm.h
index 2f825083214a26608087b08b656d575c59004119..08fba52939cbc8c7a0e3a9a8271d0367e1563788 100644 (file)
@@ -32,7 +32,9 @@ private:
        pthread_t localServerThread;
        bool doEnd;
        TimingSingleton *timer;
-
+       Array<char> *getslot;
+       Array<char> *putslot;
+       
        /**
         * Generates Key from password.
         */
@@ -91,7 +93,7 @@ public:
         */
 
        Array<char> *sendLocalData(Array<char> *sendData, int64_t localSequenceNumber, IoTString *host, int port);
-       void close();
+       void closeCloud();
        void localServerWorkerFunction();
 };
 #endif