You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/include/Base_Session.h

16 lines
225 B

#ifndef CLASS_BASE_SESSION_H
#define CLASS_BASE_SESSION_H
#include "proxysql.h"
class MySQL_Session;
class PgSQL_Session;
class Base_Session {
public:
Base_Session();
~Base_Session();
};
#endif // CLASS_BASE_SESSION_H