/usr/include/jsonrpccpp/stubgen/stubhelper.h is in libjsonrpccpp-dev 0.6.0-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /*************************************************************************
* libjson-rpc-cpp
*************************************************************************
* @file stubhelper.h
* @date 01.05.2013
* @author Peter Spiess-Knafl <peter.knafl@gmail.com>
* @license See attached LICENSE.txt
************************************************************************/
#ifndef STUBHELPER_H
#define STUBHELPER_H
#include <fstream>
#include <string>
#endif // STUBHELPER_H
|