Switch to unified view

a/upmpd/ohmetacache.cxx b/upmpd/ohmetacache.cxx
...
...
23
using namespace std;
23
using namespace std;
24
24
25
#include "ohmetacache.hxx"
25
#include "ohmetacache.hxx"
26
#include "libupnpp/workqueue.hxx"
26
#include "libupnpp/workqueue.hxx"
27
#include "libupnpp/log.hxx"
27
#include "libupnpp/log.hxx"
28
29
using namespace UPnPP;
28
30
29
class SaveCacheTask {
31
class SaveCacheTask {
30
public:
32
public:
31
    SaveCacheTask(const string& fn, const mcache_type& cache)
33
    SaveCacheTask(const string& fn, const mcache_type& cache)
32
        : m_fn(fn), m_cache(cache)
34
        : m_fn(fn), m_cache(cache)