1
0
mirror of https://github.com/GOSTSec/poolserver synced 2025-03-13 05:51:37 +00:00
2013-07-26 02:38:55 +03:00

11 lines
112 B
C++

#ifndef FIELD_MYSQL_H_
#define FIELD_MYSQL_H_
#include "Field.h"
class FieldMySQL : public Field
{
};
#endif