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:
cxl 2012-09-14 11:43:13 +00:00
parent 6b23e0cc78
commit db03281dfb
29 changed files with 98 additions and 1818 deletions

View file

@ -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