Mercurial > hg > octave-nkf
comparison src/ov-fcn.h @ 3544:71bd2d124119
[project @ 2000-02-02 21:02:31 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 21:02:41 +0000 |
parents | b80bbb43a1a9 |
children | f9ea3dcf58ee |
comparison
equal
deleted
inserted
replaced
3543:c5b996022ef7 | 3544:71bd2d124119 |
---|---|
58 | 58 |
59 bool is_function (void) const { return true; } | 59 bool is_function (void) const { return true; } |
60 | 60 |
61 virtual bool is_dynamically_loaded_function (void) const { return false; } | 61 virtual bool is_dynamically_loaded_function (void) const { return false; } |
62 | 62 |
63 virtual bool is_system_fcn_file (void) { return false; } | 63 virtual bool is_system_fcn_file (void) const { return false; } |
64 | 64 |
65 virtual std::string fcn_file_name (void) const { return std::string (); } | 65 virtual std::string fcn_file_name (void) const { return std::string (); } |
66 | 66 |
67 virtual void mark_fcn_file_up_to_date (const octave_time&) { } | 67 virtual void mark_fcn_file_up_to_date (const octave_time&) { } |
68 | 68 |