Added the response object
[melted] / mlt++ / src / MltMiracle.h
index 6016159..7e6938d 100644 (file)
@@ -27,6 +27,7 @@
 namespace Mlt
 {
        class Service;
+       class Response;
 
        class Miracle
        {
@@ -40,8 +41,8 @@ namespace Mlt
                        virtual ~Miracle( );
                        bool start( );
                        bool is_running( );
-                       virtual valerie_response execute( char *command );
-                       virtual valerie_response push( char *command, Service *service );
+                       virtual Response *execute( char *command );
+                       virtual Response *push( char *command, Service *service );
                        void wait_for_shutdown( );
        };
 }