mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
before interface 13.11.2024
This commit is contained in:
13
DB_LMS/DataBaseLMS/interfacedatabaselms.h
Normal file
13
DB_LMS/DataBaseLMS/interfacedatabaselms.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef INTERFACEDATABASELMS_H
|
||||
#define INTERFACEDATABASELMS_H
|
||||
|
||||
#include "DataBaseLMS_global.h"
|
||||
#include "databaselms.h"
|
||||
|
||||
class DATABASELMS_EXPORT InterfaceDataBaseLMS : public DataBaseLMS
|
||||
{
|
||||
public:
|
||||
InterfaceDataBaseLMS();
|
||||
};
|
||||
|
||||
#endif // INTERFACEDATABASELMS_H
|
||||
Reference in New Issue
Block a user