libtasks Documentation  1.6
ip_service.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013-2014 ADTECH GmbH
3  * Licensed under MIT (https://github.com/adtechlabs/libtasks/blob/master/COPYING)
4  *
5  * Author: Andreas Pohl
6  */
7 
8 #ifndef _IP_SERVICE_H_
9 #define _IP_SERVICE_H_
10 
12 
13 class ip_service : public tasks::net::uwsgi_thrift_handler<IpServiceIf> {
14  public:
15  void lookup(response_type& result, const int32_t ipv4, const ipv6_type& ipv6);
16 };
17 
18 #endif // _IP_SERVICE_H_
void lookup(response_type &result, const int32_t ipv4, const ipv6_type &ipv6)
Definition: ip_service.cpp:15