summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp.h
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2007-06-11 14:45:24 +0000
committerJorn Baayen <jorn@openedhand.com>2007-06-11 14:45:24 +0000
commit7e6a413eef3e2c3fd2b8604c9dbf614689f85947 (patch)
tree77f6ed2b3a21fd10b449ba04e74176f3058fd099 /libgupnp/gupnp.h
parentb3a53299481b3c6b32398d4a09630c63822bac5d (diff)
downloadgupnp-7e6a413eef3e2c3fd2b8604c9dbf614689f85947.tar.gz
2007-06-11 Jorn Baayen <jorn@openedhand.com>
* libgupnp/Makefile.am: * libgupnp/gupnp-device.h: * libgupnp/gupnp-root-device.h: * libgupnp/gupnp-service.h: * libgupnp/gupnp.h: Headers for server side. These are not final yet. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@234 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'libgupnp/gupnp.h')
-rw-r--r--libgupnp/gupnp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgupnp/gupnp.h b/libgupnp/gupnp.h
index d74450c..bf04e6e 100644
--- a/libgupnp/gupnp.h
+++ b/libgupnp/gupnp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 OpenedHand Ltd.
+ * Copyright (C) 2006, 2007 OpenedHand Ltd.
*
* Author: Jorn Baayen <jorn@openedhand.com>
*
@@ -22,7 +22,10 @@
#include "gupnp-context.h"
#include "gupnp-control-point.h"
#include "gupnp-error.h"
+#include "gupnp-device.h"
#include "gupnp-device-info.h"
#include "gupnp-device-proxy.h"
+#include "gupnp-root-device.h"
+#include "gupnp-service.h"
#include "gupnp-service-info.h"
#include "gupnp-service-proxy.h"