logic: IDE Communication
Network code and controller added to communicate with IDE plugins. Does not include GUI integration though.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "component/controller/NetworkFactory.h"
|
||||
|
||||
NetworkFactory::NetworkFactory()
|
||||
{
|
||||
}
|
||||
|
||||
NetworkFactory::~NetworkFactory()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user