~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to src/functions/func_jsoniq_functions_impl.h

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  }
49
49
 
50
 
  short getScriptingKind() const { return UPDATING_EXPR; }
 
50
  unsigned short getScriptingKind() const { return UPDATING_EXPR; }
51
51
 
52
52
  bool accessesDynCtx() const { return true; }
53
53