.h -> .hpp for clearer ABI (non)compatibility
This commit is contained in:
12
include/ShellService.hpp
Normal file
12
include/ShellService.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SHELL_SERVICE_H
|
||||
#define SHELL_SERVICE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class ShellService {
|
||||
public:
|
||||
static std::string exec(const std::string& command);
|
||||
static std::string getHomePath();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user