Home
last modified time | relevance | path

Searched refs:fooHandler (Results 1 – 1 of 1) sorted by relevance

/external/google-fruit/examples/server/
Drequest_dispatcher.cpp34 Provider<FooHandler> fooHandler; member in RequestDispatcherImpl
38 INJECT(RequestDispatcherImpl(const Request& request, Provider<FooHandler> fooHandler, in INJECT() argument
40 : request(request), fooHandler(fooHandler), barHandler(barHandler) {} in INJECT()
44 fooHandler.get()->handleRequest(); in handleRequest()