- move command line wrapper support to rtphone
This commit is contained in:
12
src/engine/helper/HL_Process.h
Normal file
12
src/engine/helper/HL_Process.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __HL_PROCESS_H
|
||||
#define __HL_PROCESS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class OsProcess
|
||||
{
|
||||
public:
|
||||
std::string execCommand(const std::string& cmdline);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user