Network code and controller added to communicate with IDE plugins. Does not include GUI integration though.
9 lines
125 B
C++
9 lines
125 B
C++
#include "component/controller/NetworkFactory.h"
|
|
|
|
NetworkFactory::NetworkFactory()
|
|
{
|
|
}
|
|
|
|
NetworkFactory::~NetworkFactory()
|
|
{
|
|
} |