use vfork instead of fork (this hopefully fixes the 'no more
[vuplus_dvbapp] / lib / base / console.h
index ddfd82a..1b58dbd 100644 (file)
@@ -33,7 +33,7 @@ class eConsoleAppContainer: public Object
 #endif
 public:
        eConsoleAppContainer();
-       int execute( const std::string &str );
+       int execute( const char *str );
        ~eConsoleAppContainer();
        int getPID() { return pid; }
        void kill();