Reworking data access to go always through facades

This commit is contained in:
Dennis Luxen
2013-09-20 11:09:07 +02:00
parent 12b4fff81e
commit 0cabc81693
6 changed files with 73 additions and 68 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
JSONDescriptor() : entered_restricted_area_count(0) {}
void SetConfig(const DescriptorConfig & c) { config = c; }
//TODO: reorder
//TODO: reorder parameters
void Run(
http::Reply & reply,
const RawRouteData & raw_route_information,