From 7e6a413eef3e2c3fd2b8604c9dbf614689f85947 Mon Sep 17 00:00:00 2001 From: Jorn Baayen Date: Mon, 11 Jun 2007 14:45:24 +0000 Subject: 2007-06-11 Jorn Baayen * 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 --- libgupnp/gupnp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libgupnp/gupnp.h') 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 * @@ -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" -- cgit v1.2.1