2010-07-04 21:25 UTC+0200 Jacek Kubica (kubica@wssk.wroc.pl)

* examples/httpsrv/modules/tableservletdb.prg
    ! Fixed: mismatch errpr in two methods declaration
This commit is contained in:
Jacek Kubica
2010-07-04 21:51:32 +00:00
parent eef431c55a
commit fd0f00b0c9
2 changed files with 6 additions and 2 deletions

View File

@@ -146,8 +146,8 @@ CLASS TableManager
METHOD Close() INLINE IIF( ::lOpened, ( table->( dbCloseArea() ), ::lOpened := FALSE ), )
METHOD Read()
METHOD getLastRec() INLINE table->( LastRec() )
METHOD getXmlData()
METHOD getXmlCount()
METHOD getXmlData( page )
METHOD getXmlCount( ncount )
METHOD xmlEncode( input )
ENDCLASS