[atlantik-cvs] CVS: kdegames/atlantik/libatlantikclient atlantik_network.cpp,1.60,1.61
[email protected] Wed, 11 Sep 2002 05:50:02 +0200 (CEST)
| Newsgroups | gmane.comp.kde.devel.atlantik,gmane.comp.kde.devel.atlantik.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikclient
In directory office:/tmp/cvs-serv8450/libatlantikclient
Modified Files:
atlantik_network.cpp
Log Message:
removed GCC extension #warning
Index: atlantik_network.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- atlantik_network.cpp 2002/09/11 03:46:37 1.60
+++ atlantik_network.cpp 2002/09/11 03:49:59 1.61
@@ -509,7 +509,7 @@
}
// Emit signal so GUI implementations can create view(s)
-#warning port to atlanticcore and create view there
+ // TODO: port to atlanticcore and create view there
if (player)
{
if (b_newPlayer)
@@ -536,7 +536,7 @@
}
// Emit signal so GUI implementations can create view(s)
-#warning port to atlanticcore and create view there
+ // TODO: port to atlanticcore and create view there
if (estateGroup)
{
if (b_newEstateGroup)
@@ -631,7 +631,7 @@
estate->setPrice(a.value().toInt());
// Emit signal so GUI implementations can create view(s)
-#warning port to atlanticcore and create view there
+ // TODO: port to atlanticcore and create view there
if (estate)
{
if (b_newEstate)
@@ -764,7 +764,7 @@
}
// Emit signal so GUI implementations can create view(s)
-#warning port to atlanticcore and create view there
+ // TODO: port to atlanticcore and create view there
if (trade)
{
if (b_newTrade)
@@ -818,7 +818,7 @@
}
// Emit signal so GUI implementations can create view(s)
-#warning port to atlanticcore and create view there
+ // TODO: port to atlanticcore and create view there
if (auction)
{
if (b_newAuction)