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
1b9d8352
Commit
1b9d8352
authored
Apr 17, 2015
by
Fabio Bas
Browse files
Quick compilation fix for debug mode
parent
6807fed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_database_interface.h
View file @
1b9d8352
...
...
@@ -37,7 +37,7 @@ public:
virtual
bool
getRequireRegistration
()
{
return
false
;
}
enum
LogMessage_TargetType
{
MessageTargetRoom
,
MessageTargetGame
,
MessageTargetChat
,
MessageTargetIslRoom
};
virtual
void
logMessage
(
const
int
senderId
,
const
QString
&
senderName
,
const
QString
&
senderIp
,
const
QString
&
logMessage
,
LogMessage_TargetType
targetType
,
const
int
targetId
,
const
QString
&
targetName
)
{
};
virtual
void
logMessage
(
const
int
/*
senderId
*/
,
const
QString
&
/*
senderName
*/
,
const
QString
&
/*
senderIp
*/
,
const
QString
&
/*
logMessage
*/
,
LogMessage_TargetType
/*
targetType
*/
,
const
int
/*
targetId
*/
,
const
QString
&
/*
targetName
*/
)
{
};
};
#endif
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