mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
adds abstraction for connection (#111)
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "mouse.h"
|
||||
#include "storage.h"
|
||||
#include "board.h"
|
||||
#include "connection.h"
|
||||
|
||||
|
||||
namespace DRIVERS {
|
||||
@@ -33,5 +34,6 @@ namespace DRIVERS {
|
||||
static Mouse *makeMouse(type _type);
|
||||
static Storage* makeStorage(type _type);
|
||||
static Board* makeBoard(type _type);
|
||||
static Connection* makeConnection(type _type);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user