diff src/ov-fcn-handle.h @ 6625:5d02dfacfc9e

[project @ 2007-05-16 08:49:47 by dbateman]
author dbateman
date Wed, 16 May 2007 08:49:48 +0000
parents 85c7dc4afe6b
children 9e32bb109980
line wrap: on
line diff
--- a/src/ov-fcn-handle.h	Tue May 15 20:17:27 2007 +0000
+++ b/src/ov-fcn-handle.h	Wed May 16 08:49:48 2007 +0000
@@ -78,6 +78,9 @@
   octave_function *function_value (bool = false)
     { return fcn.function_value (); }
 
+  octave_user_function *user_function_value (bool = false)
+    { return fcn.user_function_value (); }
+
   octave_fcn_handle *fcn_handle_value (bool = false) { return this; }
 
   octave_value fcn_val (void) const { return fcn; }
@@ -105,6 +108,8 @@
 
 private:
 
+  bool set_fcn (const std::string &octaveroot, const std::string& fpath);
+
   DECLARE_OCTAVE_ALLOCATOR
 
   DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA