All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RoutingQueryIdGenerator.h
1 #pragma once
2 
3 #include "Routes.h"
4 #include "ShapeIdGenerator.h"
5 
6 
7 namespace Eegeo
8 {
9  namespace Routes
10  {
11  namespace Webservice
12  {
14  {
15 
16  };
17 
18  class RoutingQueryIdGenerator : public Eegeo::Shapes::TIdGenerator<IRoutingQueryIdGenerator>
19  {
20 
21  };
22  }
23  }
24 }