mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Functions4U_Demo: Updated namespaces and time callbacks
git-svn-id: svn://ultimatepp.org/upp/trunk@11813 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
aa20988332
commit
e702db1d97
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
description "Functions4U demo console\377";
|
||||
|
||||
uses
|
||||
Core,
|
||||
Functions4U;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ using namespace Upp;
|
|||
#include "Spreadsheet.h"
|
||||
|
||||
|
||||
bool SpreadsheetAPI::Open(const char *filename) {return false;};
|
||||
void SpreadsheetAPI::SetData(int row, int col, Value val) {};
|
||||
bool SpreadsheetAPI::Open(const char *filename) {return false;}
|
||||
void SpreadsheetAPI::SetData(int row, int col, Value val) {}
|
||||
|
||||
|
||||
bool Spreadsheet::Open(const char *filename) {return (static_cast<SpreadsheetAPI *>(GetData()))->Open(filename);}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue