Searched refs:Clookup (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.h24 // Clookup class
25 class Clookup : public wxDbTable class in inherits:wxDbTable
31 Clookup(wxString tblName, wxString colName, wxDb *pDb, const wxString &defDir=wxT(""));
33 }; // Clookup
55 Clookup *lookup;
H A Dlistdb.cpp128 // Clookup constructor
129 Clookup::Clookup(wxString tblName, wxString colName, wxDb *pDb, const wxString &defDir) function in class:Clookup
136 } // Clookup()
190 lookup = new Clookup(tableName, colName, pDb, defDir);
193 wxMessageBox(wxT("Error allocating memory for 'Clookup' object."),wxT("Error..."));

Completed in 25 milliseconds