Preparing use of boost Uuids for unique ids which can be used to rejoin a game (Ticket #5). This requires boost 1.42 or later.

This commit is contained in:
lotodore
2011-02-09 21:45:33 +00:00
parent d93aae6b50
commit 372c2466e8
5 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ NonZeroId ::= INTEGER(1..4294967295)
Id ::= INTEGER(0..4294967295)
Guid ::= INTEGER(0..4294967295) -- TODO
Guid ::= OCTET STRING (SIZE(16))
Card ::= INTEGER(0..51)