refactored namespaces and added driverfactory
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#include "IInputDriverFactory.h"
|
||||
#include "DriverFactory.h"
|
||||
#include "IInputDriver.h"
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
@@ -28,5 +28,4 @@ int main (int argc, char *argv[])
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user