/*
 * Xailer source code:
 *
 * TMariaDBRecords.prg
 * Clase TMariaDBRecords()
 *
 * Copyright 2003, 2013 Jose F. Gimenez
 * Copyright 2003, 2013 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TMariaDBRecords FROM XMariaDBRecords
ENDCLASS

//--------------------------------------------------------------------------
