mirror of
https://github.com/GOSTSec/poolserver
synced 2025-03-13 05:51:37 +00:00
11 lines
112 B
C++
11 lines
112 B
C++
#ifndef FIELD_MYSQL_H_
|
|
#define FIELD_MYSQL_H_
|
|
|
|
#include "Field.h"
|
|
|
|
class FieldMySQL : public Field
|
|
{
|
|
};
|
|
|
|
#endif
|