mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
refactoring
This commit is contained in:
@@ -32,8 +32,8 @@ namespace DRIVERS {
|
||||
struct Factory {
|
||||
static Keyboard *makeKeyboard(type _type);
|
||||
static Mouse *makeMouse(type _type);
|
||||
static Storage* makeStorage(type _type);
|
||||
static Board* makeBoard(type _type);
|
||||
static Connection* makeConnection(type _type);
|
||||
static Storage *makeStorage(type _type);
|
||||
static Board *makeBoard(type _type);
|
||||
static Connection *makeConnection(type _type);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user