diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-11-30 02:02:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-11-30 02:02:48 +0000 |
| commit | ee843e0ea7c5bd9a00b2c3dff795aa80f984e1bf (patch) | |
| tree | bed1b4fb9d727f2b99a2fefa23ef97de162a481c /lib | |
| parent | 408a1d7daf4b4ba42a1baabf9bf7886f9c235282 (diff) | |
| download | enigma2-ee843e0ea7c5bd9a00b2c3dff795aa80f984e1bf.tar.gz enigma2-ee843e0ea7c5bd9a00b2c3dff795aa80f984e1bf.zip | |
allow use of this constructor in python
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/service/iservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 6cb904e6..40997c02 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -138,12 +138,12 @@ public: data[3]=data3; data[4]=data4; } +#endif eServiceReference(int type, int flags, const std::string &path) : type(type), flags(flags), path(path) { memset(data, 0, sizeof(data)); } -#endif eServiceReference(const std::string &string); std::string toString() const; std::string toCompareString() const; |
