comparison src/ov-dld-fcn.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents b39bd23019eb
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10312:cbc402e64d83 10313:f3b65e1ae355
46 public: 46 public:
47 47
48 octave_dld_function (void) { } 48 octave_dld_function (void) { }
49 49
50 octave_dld_function (octave_builtin::fcn ff, const octave_shlib& shl, 50 octave_dld_function (octave_builtin::fcn ff, const octave_shlib& shl,
51 const std::string& nm = std::string (), 51 const std::string& nm = std::string (),
52 const std::string& ds = std::string ()); 52 const std::string& ds = std::string ());
53 53
54 ~octave_dld_function (void); 54 ~octave_dld_function (void);
55 55
56 void mark_fcn_file_up_to_date (const octave_time& t) { t_checked = t; } 56 void mark_fcn_file_up_to_date (const octave_time& t) { t_checked = t; }
57 57