Switch to unified view

a/libupnpp/control/mediarenderer.hxx b/libupnpp/control/mediarenderer.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 _MEDIARENDERER_HXX_INCLUDED_
17
#ifndef _MEDIARENDERER_HXX_INCLUDED_
18
#define _MEDIARENDERER_HXX_INCLUDED_
18
#define _MEDIARENDERER_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
24
#include "libupnpp/control/avtransport.hxx"  // for AVTH
23
#include "libupnpp/control/device.hxx"
25
#include "libupnpp/control/device.hxx"  // for Device
24
#include "libupnpp/control/description.hxx"
26
#include "libupnpp/control/ohplaylist.hxx"  // for OHPLH
27
#include "libupnpp/control/ohproduct.hxx"  // for OHPRH
25
#include "libupnpp/control/renderingcontrol.hxx"
28
#include "libupnpp/control/renderingcontrol.hxx"  // for RDCH
26
#include "libupnpp/control/avtransport.hxx"
27
#include "libupnpp/control/ohproduct.hxx"
28
#include "libupnpp/control/ohplaylist.hxx"
29
29
30
namespace UPnPClient {
30
namespace UPnPClient {
31
31
32
class MediaRenderer;
32
class MediaRenderer;
33
class UPnPDeviceDesc;
34
33
typedef std::shared_ptr<MediaRenderer> MRDH;
35
typedef std::shared_ptr<MediaRenderer> MRDH;
34
36
35
class MediaRenderer : public Device {
37
class MediaRenderer : public Device {
36
public:
38
public:
37
    MediaRenderer(const UPnPDeviceDesc& desc);
39
    MediaRenderer(const UPnPDeviceDesc& desc);