Merge branch 'bug_538_ignore_global_actions_in_standby'
[enigma2.git] / lib / service / servicefs.h
index d05eef19c70475a541d3ecf30478e2f9f7dbe7a6..eabdd3c711e099fdb02dad671e8f35ddd4e11d81 100644 (file)
@@ -5,7 +5,7 @@
 
 class eServiceFactoryFS: public iServiceHandler
 {
-DECLARE_REF(eServiceFactoryFS);
+       DECLARE_REF(eServiceFactoryFS);
 public:
        eServiceFactoryFS();
        virtual ~eServiceFactoryFS();
@@ -23,8 +23,7 @@ private:
 
 class eServiceFS: public iListableService
 {
-DECLARE_REF(eServiceFS);
-private:
+       DECLARE_REF(eServiceFS);
        std::string path;
        friend class eServiceFactoryFS;
        eServiceFS(const char *path, const char *additional_extensions=0);