Switch to unified view

a/src/ohmetacache.cxx b/src/ohmetacache.cxx
...
...
23
#include <unistd.h>
23
#include <unistd.h>
24
24
25
#include <iostream>                     // for basic_ostream, operator<<, etc
25
#include <iostream>                     // for basic_ostream, operator<<, etc
26
#include <utility>                      // for pair
26
#include <utility>                      // for pair
27
27
28
#include "libupnpp/log.hxx"
28
#include "libupnpp/log.h"
29
#include "libupnpp/workqueue.hxx"
29
#include "libupnpp/workqueue.h"
30
30
31
using namespace std;
31
using namespace std;
32
using namespace UPnPP;
33
32
34
static unsigned int slptimesecs;
33
static unsigned int slptimesecs;
35
void dmcacheSetOpts(unsigned int slpsecs)
34
void dmcacheSetOpts(unsigned int slpsecs)
36
{
35
{
37
    slptimesecs = slpsecs;
36
    slptimesecs = slpsecs;