3 #include "IRoutingWebservice.h"
5 #include "IWebLoadRequestFactory.h"
7 #include "RoutingQueryIdGenerator.h"
9 #include "WebLoadRequestCompletionCallback.h"
10 #include "CallbackCollection.h"
30 void CancelQuery(RoutingQueryId routingQueryId)
override;
39 RoutingQueryId NextRoutingQueryId();
45 std::map<RoutingQueryId, Web::IWebLoadRequest*> m_webRequests;