mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
uppsrc: OLD_VALUE completely removed, Core/Rpc: Now supports Json parameters and return values
git-svn-id: svn://ultimatepp.org/upp/trunk@5356 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6b23e0cc78
commit
db03281dfb
29 changed files with 98 additions and 1818 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#ifdef SVO_VALUE
|
||||
|
||||
class Id;
|
||||
class Value;
|
||||
class ValueArray;
|
||||
|
|
@ -310,5 +308,3 @@ String GetErrorText(const Value& v);
|
|||
|
||||
inline bool IsNull(const Value& v) { return v.IsNull(); }
|
||||
inline const Value& Nvl(const Value& a, const Value& b) { return IsNull(a) ? b : a; }
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue