~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to src/types/typemanagerimpl.cpp

  • 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:
1086
1086
 
1087
1087
  case IdentTypes::JSON_ARRAY_TYPE:
1088
1088
    return create_json_type(store::StoreConsts::jsonArray, q);
1089
 
 
1090
 
  case IdentTypes::JSON_PAIR_TYPE:
1091
 
    return create_json_type(store::StoreConsts::jsonPair, q);
1092
 
 
1093
1089
#endif // #ifdef ZORBA_WITH_JSON
1094
1090
 
1095
1091
  case IdentTypes::ITEM_TYPE: