diff main/database/src/command.h @ 11499:1176424db5df octave-forge

Finished copy in from Octave variable. Removed preparations for copy out to variable. New release.
author i7tiol
date Sat, 02 Mar 2013 08:38:16 +0000
parents 154bc776dfa8
children 465192f682f0
line wrap: on
line diff
--- a/main/database/src/command.h	Fri Mar 01 21:52:08 2013 +0000
+++ b/main/database/src/command.h	Sat Mar 02 08:38:16 2013 +0000
@@ -72,7 +72,7 @@
   {
     Cell c;
     // inlining should prevent the additional copy
-    return process_single_result ("", "", c, c, false, false, false);
+    return process_single_result ("", "", c, c, false, false);
   }
 
   octave_value process_single_result (const std::string &infile,
@@ -80,8 +80,7 @@
                                       const Cell &cin_data,
                                       const Cell &cin_types,
                                       bool cin_with_oids,
-                                      bool cin_from_variable,
-                                      bool cout_to_variable);
+                                      bool cin_from_variable);
 
   int good (void) {return valid;}
 
@@ -114,7 +113,7 @@
 
   octave_value tuples_ok_handler (void);
 
-  octave_value copy_out_handler (const std::string &, bool);
+  octave_value copy_out_handler (const std::string &);
 
   octave_value copy_in_handler (const std::string &, const Cell &, const Cell &,
                                 bool, bool);