Switch to unified view

a/sc2src/httpgate.cpp b/sc2src/httpgate.cpp
...
...
29
29
30
#include "log.h"
30
#include "log.h"
31
#include "rcvqueue.h"
31
#include "rcvqueue.h"
32
#include "wav.h"
32
#include "wav.h"
33
#include "conftree.h"
33
#include "conftree.h"
34
#include "ptmutex.h"
34
35
35
using namespace std;
36
using namespace std;
36
37
37
/** 
38
/** 
38
   Implement web server to export the audio stream. I had to jump
39
   Implement web server to export the audio stream. I had to jump