[prev in list] [next in list] [prev in thread] [next in thread] 

List:       atlantik-devel
Subject:    [atlantik-cvs]
From:       mueller () office ! kde ! org (Dirk Mueller <mueller () kde ! org>)
Date:       2004-12-28 1:21:00
Message-ID: 41D0B4FC.mailJOO11LWUC () office ! kde ! org
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/libatlantic
In directory office:/tmp/cvs-serv25464/libatlantic

Modified Files:
	Makefile.am atlantic_core.h auction.h configoption.h estate.h 
	estategroup.h game.h player.h trade.h 
Added Files:
	libatlantic_export.h 
Log Message:
working on export's.. not finished yet but as its not enabled in this
module it does not hurt


Index: Makefile.am
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am	10 Feb 2004 19:46:35 -0000	1.14
+++ Makefile.am	28 Dec 2004 01:20:57 -0000	1.15
@@ -10,6 +10,6 @@
 
 libatlanticincludedir = $(includedir)/atlantic
 libatlanticinclude_HEADERS = atlantic_core.h auction.h configoption.h estate.h \
-	estategroup.h game.h player.h trade.h
+	estategroup.h game.h player.h trade.h libatlantic_export.h
 
 METASOURCES = AUTO

Index: atlantic_core.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/atlantic_core.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- atlantic_core.h	10 Feb 2004 19:46:35 -0000	1.26
+++ atlantic_core.h	28 Dec 2004 01:20:57 -0000	1.27
@@ -20,6 +20,8 @@
 #include <qobject.h>
 #include <qptrlist.h>
 
+#include <libatlantic_export.h>
+
 class Player;
 class ConfigOption;
 class Estate;
@@ -28,7 +30,7 @@
 class Trade;
 class Auction;
 
-class AtlanticCore : public QObject
+class LIBATLANTIC_EXPORT AtlanticCore : public QObject
 {
 Q_OBJECT
 

Index: auction.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/auction.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- auction.h	10 Feb 2004 19:46:35 -0000	1.9
+++ auction.h	28 Dec 2004 01:20:57 -0000	1.10
@@ -19,10 +19,12 @@
 
 #include <qobject.h>
 
+#include <libatlantic_export.h>
+
 class Player;
 class Estate;
 
-class Auction : public QObject
+class LIBATLANTIC_EXPORT Auction : public QObject
 {
 Q_OBJECT
 

Index: configoption.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/configoption.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configoption.h	10 Feb 2004 19:46:35 -0000	1.4
+++ configoption.h	28 Dec 2004 01:20:57 -0000	1.5
@@ -20,7 +20,9 @@
 #include <qobject.h>
 #include <qstring.h>
 
-class ConfigOption : public QObject
+#include <libatlantic_export.h>
+
+class LIBATLANTIC_EXPORT ConfigOption : public QObject
 {
 Q_OBJECT
 

Index: estate.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/estate.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- estate.h	6 Oct 2004 09:42:32 -0000	1.17
+++ estate.h	28 Dec 2004 01:20:57 -0000	1.18
@@ -20,10 +20,12 @@
 #include <qobject.h>
 #include <qcolor.h>
 
+#include <libatlantic_export.h>
+
 class EstateGroup;
 class Player;
 
-class Estate : public QObject
+class LIBATLANTIC_EXPORT Estate : public QObject
 {
 Q_OBJECT
 

Index: estategroup.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/estategroup.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- estategroup.h	10 Feb 2004 19:46:35 -0000	1.8
+++ estategroup.h	28 Dec 2004 01:20:57 -0000	1.9
@@ -19,7 +19,9 @@
 
 #include <qobject.h>
 
-class EstateGroup : public QObject
+#include <libatlantic_export.h>
+
+class LIBATLANTIC_EXPORT EstateGroup : public QObject
 {
 Q_OBJECT
 

Index: game.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/game.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- game.h	10 Feb 2004 19:46:35 -0000	1.4
+++ game.h	28 Dec 2004 01:20:57 -0000	1.5
@@ -19,11 +19,13 @@
 
 #include <qobject.h>
 
+#include <libatlantic_export.h>
+
 class QString;
 
 class Player;
 
-class Game : public QObject
+class LIBATLANTIC_EXPORT Game : public QObject
 {
 Q_OBJECT
 

--- NEW FILE: libatlantic_export.h ---
// Copyright (c) 2004 Dirk Mueller <mueller@kde.org>

//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this library; see the file COPYING.LIB.  If not, write to
// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.

#ifndef LIBATLANTIC_EXPORT_H
#define LIBATLANTIC_EXPORT_H

#include <kdemacros.h>

#define LIBATLANTIC_EXPORT KDE_EXPORT

#endif

Index: player.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/player.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- player.h	10 Feb 2004 19:46:35 -0000	1.22
+++ player.h	28 Dec 2004 01:20:57 -0000	1.23
@@ -20,10 +20,12 @@
 #include <qobject.h>
 #include <qstring.h>
 
+#include <libatlantic_export.h>
+
 class Estate;
 class Game;
 
-class Player : public QObject
+class LIBATLANTIC_EXPORT Player : public QObject
 {
 Q_OBJECT
 

Index: trade.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/trade.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- trade.h	14 Oct 2004 01:28:21 -0000	1.21
+++ trade.h	28 Dec 2004 01:20:57 -0000	1.22
@@ -21,11 +21,13 @@
 #include <qstring.h>
 #include <qptrlist.h>
 
+#include <libatlantic_export.h>
+
 class Player;
 class Trade;
 class Estate;
 
-class TradeItem : public QObject
+class LIBATLANTIC_EXPORT TradeItem : public QObject
 {
 Q_OBJECT
 
@@ -54,7 +56,7 @@
 	Trade *mTrade;
 };
 
-class TradeEstate : public TradeItem
+class LIBATLANTIC_EXPORT TradeEstate : public TradeItem
 {
 Q_OBJECT
 
@@ -73,7 +75,7 @@
 	Estate *mEstate;
 };
 
-class TradeMoney : public TradeItem
+class LIBATLANTIC_EXPORT TradeMoney : public TradeItem
 {
 Q_OBJECT
 
@@ -93,7 +95,7 @@
 };
 
 
-class Trade : public QObject
+class LIBATLANTIC_EXPORT Trade : public QObject
 {
 Q_OBJECT
 

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@kde.org
https://mail.kde.org/mailman/listinfo/atlantik-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic