| 49 | |
| 50 | template <typename funct> |
| 51 | callfunct_helper<funct> callfunct(funct f, int port, bool& error_occurred) |
| 52 | { |
| 53 | return callfunct_helper<funct>(f,port,error_occurred); |
| 54 | |
| 55 | } |
| 56 | |
| 57 | // ---------------------------------------------------------------------------------------- |
| 58 |