From f3c4eeab5f9a0e42f6cd9bd7e72ef55c4cfb2251 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 22 May 2003 15:09:22 +0000 Subject: [PATCH] Patch level : 2.0 476 Files correlati : ba4.exe Ricompilazione Demo : [ ] Commento : Eliminato metodo force_cursor_usage() git-svn-id: svn://10.65.10.50/trunk@11169 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba4200.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba4200.cpp b/ba/ba4200.cpp index 4db586cbc..7d8039847 100755 --- a/ba/ba4200.cpp +++ b/ba/ba4200.cpp @@ -51,7 +51,7 @@ public: void set_cod_ana(const char* cod) { _cod_ana = cod;} const char* cod_ana() const { return _cod_ana;} char tip_ana() const { return _tip_ana;} - virtual bool force_cursor_usage() const { return TRUE;} + virtual bool has_filtered_cursor() const { return TRUE;} void set_reset_uff_conc(bool reset) { _reset_uff_conc = reset; } void set_reset_codreg(bool reset) { _reset_codreg = reset; }