Loading src/uuidp.h +4 −6 Original line number Diff line number Diff line Loading @@ -30,11 +30,9 @@ #pragma once #ifndef uuid_t namespace uuid{ typedef unsigned char uuid_t[16]; #endif namespace uuid{ class uuid { public: uuid(); Loading Loading @@ -65,8 +63,8 @@ namespace uuid{ bool operator==(const uuid_t &src) const; bool operator==(const uuid &src) const; bool operator!=(const uuid &src) const; unsigned char value[16]; uuid_t value; private: char *cstr; }; Loading Loading
src/uuidp.h +4 −6 Original line number Diff line number Diff line Loading @@ -30,11 +30,9 @@ #pragma once #ifndef uuid_t namespace uuid{ typedef unsigned char uuid_t[16]; #endif namespace uuid{ class uuid { public: uuid(); Loading Loading @@ -65,8 +63,8 @@ namespace uuid{ bool operator==(const uuid_t &src) const; bool operator==(const uuid &src) const; bool operator!=(const uuid &src) const; unsigned char value[16]; uuid_t value; private: char *cstr; }; Loading