Rewrite logid::DeviceMonitor
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef LOGID_RECEIVER_H
|
||||
#define LOGID_RECEIVER_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace logid
|
||||
{
|
||||
class Receiver
|
||||
{
|
||||
public:
|
||||
Receiver(std::string path);
|
||||
private:
|
||||
std::string _path;
|
||||
};
|
||||
}
|
||||
|
||||
#endif //LOGID_RECEIVER_H
|
||||
Reference in New Issue
Block a user