|
a/libupnpp/control/mediaserver.hxx |
|
b/libupnpp/control/mediaserver.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 _MEDIASERVER_HXX_INCLUDED_
|
17 |
#ifndef _MEDIASERVER_HXX_INCLUDED_
|
18 |
#define _MEDIASERVER_HXX_INCLUDED_
|
18 |
#define _MEDIASERVER_HXX_INCLUDED_
|
19 |
|
19 |
|
20 |
#include <memory>
|
20 |
#include <memory> // for shared_ptr
|
21 |
#include <string>
|
21 |
#include <string> // for string
|
|
|
22 |
#include <vector> // for vector
|
22 |
|
23 |
|
23 |
#include "libupnpp/control/device.hxx"
|
|
|
24 |
#include "libupnpp/control/description.hxx"
|
|
|
25 |
#include "libupnpp/control/cdirectory.hxx"
|
24 |
#include "libupnpp/control/cdirectory.hxx" // for CDSH
|
|
|
25 |
#include "libupnpp/control/device.hxx" // for Device
|
26 |
|
26 |
|
27 |
namespace UPnPClient {
|
27 |
namespace UPnPClient {
|
28 |
|
28 |
|
29 |
class MediaServer;
|
29 |
class MediaServer;
|
|
|
30 |
class UPnPDeviceDesc;
|
|
|
31 |
|
30 |
typedef std::shared_ptr<MediaServer> MSRH;
|
32 |
typedef std::shared_ptr<MediaServer> MSRH;
|
31 |
|
33 |
|
32 |
class MediaServer : public Device {
|
34 |
class MediaServer : public Device {
|
33 |
public:
|
35 |
public:
|
34 |
MediaServer(const UPnPDeviceDesc& desc);
|
36 |
MediaServer(const UPnPDeviceDesc& desc);
|