Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
3b767901
Commit
3b767901
authored
Sep 10, 2010
by
Max-Wilhelm Bruker
Browse files
Protocol version bump
parent
11e1202d
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/protocol.h
View file @
3b767901
...
@@ -48,7 +48,7 @@ private:
...
@@ -48,7 +48,7 @@ private:
static
void
initializeHashAuto
();
static
void
initializeHashAuto
();
bool
receiverMayDelete
;
bool
receiverMayDelete
;
public:
public:
static
const
int
protocolVersion
=
7
;
static
const
int
protocolVersion
=
8
;
static
void
initializeHash
();
static
void
initializeHash
();
virtual
int
getItemId
()
const
=
0
;
virtual
int
getItemId
()
const
=
0
;
bool
getReceiverMayDelete
()
const
{
return
receiverMayDelete
;
}
bool
getReceiverMayDelete
()
const
{
return
receiverMayDelete
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment