Switch to unified view

a/libupnpp/control/cdirectory.hxx b/libupnpp/control/cdirectory.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 _UPNPDIR_HXX_INCLUDED_
17
#ifndef _UPNPDIR_HXX_INCLUDED_
18
#define _UPNPDIR_HXX_INCLUDED_
18
#define _UPNPDIR_HXX_INCLUDED_
19
19
20
#include <string>
20
#include <memory>                       // for shared_ptr
21
#include <set>
21
#include <set>                          // for set
22
#include <memory>
22
#include <string>                       // for string
23
#include <unordered_map>                // for unordered_map
24
#include <vector>                       // for vector
23
25
24
#include "libupnpp/control/description.hxx"
25
#include "libupnpp/control/service.hxx"
26
#include "libupnpp/control/service.hxx"  // for Service
26
#include "libupnpp/control/cdircontent.hxx"
27
28
namespace UPnPClient { class ContentDirectory; }  // lines 30-30
29
namespace UPnPClient { class UPnPDeviceDesc; }
30
namespace UPnPClient { class UPnPDirContent; }
31
namespace UPnPClient { class UPnPServiceDesc; }
27
32
28
namespace UPnPClient {
33
namespace UPnPClient {
29
34
30
class ContentDirectory;
31
typedef std::shared_ptr<ContentDirectory> CDSH;
35
typedef std::shared_ptr<ContentDirectory> CDSH;
32
36
33
/**
37
/**
34
 * Content Directory Service client class.
38
 * Content Directory Service client class.
35
 *
39
 *