Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quentin DRUAULT-AUBIN
lo23-project
Commits
9753b18e
Commit
9753b18e
authored
Jan 02, 2018
by
dkonam
Browse files
Merge branch 'develop' of
https://gitlab.utc.fr/qdruault/lo23-project
into develop
parents
4199b319
bb00a296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Battleship/src/main/java/com/utclo23/com/ComFacade.java
View file @
9753b18e
...
...
@@ -244,6 +244,11 @@ public class ComFacade {
}
}
/**
* Called to remove a game given in parameter in the game's list of all
* connected users
* @param idGame is the game to remove
*/
public
void
removeGame
(
String
idGame
){
M_RemoveGame
m_RemoveGame
=
new
M_RemoveGame
(
iDataCom
.
getMyPublicUserProfile
(),
idGame
);
for
(
Inet4Address
ip
:
kIpCtrl
.
getHashMap
().
values
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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