git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add flag to cable scan to do a network search
[enigma2.git]
/
lib
/
network
/
http_file.h
diff --git
a/lib/network/http_file.h
b/lib/network/http_file.h
index 6feb562dc239ead509fa30e25ccd425063e72ffa..a9c86c5c907230ba9fb158c5fcb4f54ec81c0b88 100644
(file)
--- a/
lib/network/http_file.h
+++ b/
lib/network/http_file.h
@@
-5,7
+5,7
@@
class eHTTPFile: public eHTTPDataSource
{
class eHTTPFile: public eHTTPDataSource
{
- DECLARE_REF;
+ DECLARE_REF
(eHTTPFile)
;
private:
int fd, size;
const char *mime;
private:
int fd, size;
const char *mime;
@@
-20,7
+20,7
@@
public:
class eHTTPFilePathResolver: public iHTTPPathResolver
{
class eHTTPFilePathResolver: public iHTTPPathResolver
{
- DECLARE_REF;
+ DECLARE_REF
(eHTTPFilePathResolver)
;
public:
struct eHTTPFilePath
{
public:
struct eHTTPFilePath
{