lib/base/etpm.cpp: use <sys/socket.h> instead of <linux/socket.h>
[enigma2.git] / lib / base / nconfig.h
1 #ifndef __lib_base_nconfig_h_
2 #define __lib_base_nconfig_h_
3
4 #include <lib/python/python.h>
5
6 class ePythonConfigQuery
7 {
8         static ePyObject m_queryFunc;
9         ePythonConfigQuery() {}
10         ~ePythonConfigQuery() {}
11 public:
12         static void setQueryFunc(SWIG_PYOBJECT(ePyObject) func);
13 #ifndef SWIG
14         static RESULT getConfigValue(const char *key, std::string &value);
15 #endif
16 };
17
18 #endif // __lib_base_nconfig_h_