Move requestbroker into new folder, make request process function a method of Request

This commit is contained in:
Simon Robertshaw
2013-03-14 11:30:24 +00:00
parent 7a055a9d90
commit 9479b7f330
17 changed files with 295 additions and 262 deletions

View File

@@ -260,6 +260,7 @@ if(GetOption('win')):
sources+=Glob("src/*/*.cpp")
sources+=Glob("src/simulation/elements/*.cpp")
sources+=Glob("src/simulation/tools/*.cpp")
sources+=Glob("src/client/requestbroker/*.cpp")
#for source in sources:
# print str(source)