20
info_over_me.h
Normal file
20
info_over_me.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef INFO_OVER_ME_H
|
||||
#define INFO_OVER_ME_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class InfoOverMe
|
||||
{
|
||||
public:
|
||||
std::string containingFolder();
|
||||
|
||||
public:
|
||||
std::string myHostname();
|
||||
std::string myOsHostname();
|
||||
std::string myId();
|
||||
|
||||
public:
|
||||
InfoOverMe();
|
||||
};
|
||||
|
||||
#endif // INFO_OVER_ME_H
|
||||
Reference in New Issue
Block a user