Switch to unified view

a/libupnpp/control/discovery.hxx b/libupnpp/control/discovery.hxx
...
...
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _UPNPPDISC_H_X_INCLUDED_
17
#ifndef _UPNPPDISC_H_X_INCLUDED_
18
#define _UPNPPDISC_H_X_INCLUDED_
18
#define _UPNPPDISC_H_X_INCLUDED_
19
19
20
#include <vector>
20
#include <time.h>                       // for time_t
21
#include <functional>
22
21
23
#include "description.hxx"
22
#include <functional>                   // for function
23
#include <string>                       // for string
24
25
namespace UPnPClient { class UPnPDeviceDesc; }
26
namespace UPnPClient { class UPnPServiceDesc; }
24
27
25
namespace UPnPClient {
28
namespace UPnPClient {
26
29
27
/**
30
/**
28
 * Manage UPnP discovery and maintain a directory of active devices. Singleton.
31
 * Manage UPnP discovery and maintain a directory of active devices. Singleton.