Added cross-platform getTmpFolder() function in Util.

This commit is contained in:
Thulinma 2013-09-11 12:28:31 +02:00
parent cc38f19477
commit bf485b1803
2 changed files with 36 additions and 8 deletions

View file

@ -6,6 +6,7 @@
#include "socket.h"
namespace Util {
std::string getTmpFolder();
class Stream{
public:
static void sanitizeName(std::string & streamname);