edits
[iotcloud.git] / version2 / src / C / Entry.h
index 1a8c4b516457bc8555c37e141cc693f69a161e7e..e006b4a69084482defb84729b3fca7577f805eff 100644 (file)
@@ -23,8 +23,7 @@ class Entry : public Liveness {
           superceded by a newer update.  */
 private:
        bool islive;
-
-protected:
+ protected:
        Slot *parentslot;
 
 public:
@@ -63,6 +62,7 @@ public:
         * Returns a copy of the Entry that can be added to a different slot.
         */
        virtual Entry *getCopy(Slot *s) = 0;
+       friend Entry *Entry_decode(Slot *slot, ByteBuffer *bb);
 };
 
 /**