From 8feb070c2f9c0ebabe43efe3e942bed10b46e13e Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 24 Aug 1995 12:47:05 +0000 Subject: [PATCH] Modifica 95/15. Aggiunto metodo TSorted_cursor::operator=(). git-svn-id: svn://10.65.10.50/trunk@1734 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/relation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/relation.h b/include/relation.h index 636342b90..4bdbe026d 100755 --- a/include/relation.h +++ b/include/relation.h @@ -1,4 +1,4 @@ -/* $Id: relation.h,v 1.25 1995-08-21 07:47:18 guy Exp $ */ +/* $Id: relation.h,v 1.26 1995-08-24 12:47:05 angelo Exp $ */ // join.h // fv 12/8/93 // join class for isam files @@ -294,6 +294,7 @@ protected: virtual bool changed(); // Vedi i TCursor public: + TRecnotype operator =(const TRecnotype nr) {return TCursor::operator =(nr); } void change_order(const char * order_expr); // Permette di cambiare l'ordinamento del cursore. TSorted_cursor(TRelation *f,const char * order_expr, const char * filter = "", int key = 1, const TRectype* from = NULL, const TRectype* to = NULL); virtual ~TSorted_cursor();