Mercurial > hg > octave-lyh
comparison src/ov-base.h @ 7489:8e4592e49fa7
don't clear locked functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 18 Feb 2008 14:54:10 -0500 |
parents | 2467639bd8c0 |
children | 8c32f95c2639 |
comparison
equal
deleted
inserted
replaced
7488:6470f946a425 | 7489:8e4592e49fa7 |
---|---|
460 sortmode mode = ASCENDING) const; | 460 sortmode mode = ASCENDING) const; |
461 virtual octave_value sort (Array<octave_idx_type> &sidx, | 461 virtual octave_value sort (Array<octave_idx_type> &sidx, |
462 octave_idx_type dim = 0, | 462 octave_idx_type dim = 0, |
463 sortmode mode = ASCENDING) const; | 463 sortmode mode = ASCENDING) const; |
464 | 464 |
465 virtual void lock (void); | |
466 | |
467 virtual void unlock (void); | |
468 | |
469 virtual bool islocked (void) const { return false; } | |
470 | |
465 protected: | 471 protected: |
466 | 472 |
467 // This should only be called for derived types. | 473 // This should only be called for derived types. |
468 | 474 |
469 octave_value numeric_assign (const std::string& type, | 475 octave_value numeric_assign (const std::string& type, |