summaryrefslogtreecommitdiff
path: root/include/dbus-c++/server.h
diff options
context:
space:
mode:
authorpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2007-07-23 18:31:49 +0000
committerpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2007-07-23 18:31:49 +0000
commit7c420f87cd3274a4e685e7a5abf972d03f29414b (patch)
treef51a8b4162660c1a2510812f169cc249cc8cb045 /include/dbus-c++/server.h
parenta8f5e819bd37b0d9f53e9cc003be5043546e5c5a (diff)
downloaddbus-c++-7c420f87cd3274a4e685e7a5abf972d03f29414b.tar.gz
* Enabled the symbol visibility feature from gcc 4, reduces binary size and dynamic loading speed
* A lot of fixes to keep compatibility with older (0.6x) versions of libdbus * Moved the xml handling code from the library to the code generator * Rewrote the routine to generate introspection data * Autojunk cleanup git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@12019 30a43799-04e7-0310-8b2b-ea0d24f86d0e
Diffstat (limited to 'include/dbus-c++/server.h')
-rw-r--r--include/dbus-c++/server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dbus-c++/server.h b/include/dbus-c++/server.h
index 8e858e0..4597610 100644
--- a/include/dbus-c++/server.h
+++ b/include/dbus-c++/server.h
@@ -31,6 +31,7 @@
#include <list>
+#include "api.h"
#include "error.h"
#include "connection.h"
#include "util.h"
@@ -42,7 +43,7 @@ class Server;
typedef std::list<Server> ServerList;
-class Server
+class DXXAPI Server
{
public: