mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
updated docu
This commit is contained in:
parent
3e1eff1b53
commit
74a120159a
@ -63,10 +63,13 @@ public:
|
||||
|
||||
virtual void update() = 0;
|
||||
/// Updates the table from a given source
|
||||
/// Will update the internally stored TableModel
|
||||
|
||||
virtual TableModel::Ptr model();
|
||||
/// returns the latest model
|
||||
|
||||
virtual const TableModel::Ptr model() const;
|
||||
/// returns the latest model
|
||||
|
||||
protected:
|
||||
TableUpdater();
|
||||
|
Loading…
x
Reference in New Issue
Block a user