icub-client
icubclientIDLClients.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 WYSIWYD Consortium, European Commission FP7 Project ICT-612139
3  * Authors: Ugo Pattacini
4  * email: ugo.pattacini@iit.it
5  * Permission is granted to copy, distribute, and/or modify this program
6  * under the terms of the GNU General Public License, version 2 or any
7  * later version published by the Free Software Foundation.
8  *
9  * A copy of the license can be found at
10  * icub-client/license/gpl.txt
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
15  * Public License for more details
16 */
17 
18 #ifndef __icubclientIDLClients_H__
19 #define __icubclientIDLClients_H__
20 
21 // whenever a new service (e.g. new_service_IDL) becomes available,
22 // you have to add up two more lines to this file:
23 // 1. #include "new_service_IDL.h"
24 // 2. @ref new_service_IDL
25 
26 #include "iol2opc_IDL.h"
27 
40 #endif