first commit, base server
This commit is contained in:
13
data_acces.h
Normal file
13
data_acces.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef DATA_ACCES_H
|
||||
#define DATA_ACCES_H
|
||||
|
||||
#include <iostream>
|
||||
|
||||
class data_acces
|
||||
{
|
||||
public:
|
||||
data_acces();
|
||||
virtual std::string get_passwd(std::string username) = 0;
|
||||
};
|
||||
|
||||
#endif // DATA_ACCES_H
|
||||
Reference in New Issue
Block a user