Usermode/AxWin4 - Fix deserialiser, ::std::map for client windows, debugging
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Common / include / serialisation.hpp
index d680043..7212018 100644 (file)
@@ -33,6 +33,8 @@ public:
        ::uint16_t      ReadU16();
        ::int16_t       ReadS16();
        const ::std::string     ReadString();
+private:
+       void RangeCheck(const char *Method, size_t bytes) throw(::std::out_of_range);
 };
 
 class CSerialiser

UCC git Repository :: git.ucc.asn.au