Added cross-platform getTmpFolder() function in Util.
This commit is contained in:
parent
cc38f19477
commit
bf485b1803
2 changed files with 36 additions and 8 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "socket.h"
|
||||
|
||||
namespace Util {
|
||||
std::string getTmpFolder();
|
||||
class Stream{
|
||||
public:
|
||||
static void sanitizeName(std::string & streamname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue