~zorba-coders/zorba/bug1132937

« back to all changes in this revision

Viewing changes to swig/TypeIdentifier.i

  • Committer: rodolfo.ochoa at gmail
  • Date: 2013-03-27 19:49:18 UTC
  • Revision ID: rodolfo.ochoa@gmail.com-20130327194918-jusrnd7skmyflwqa
- Added DateTimeStamp to the API
- Fix for DocumentType in TypeIdentifier class
- Warning Fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
  }
148
148
 
149
149
  TypeIdentifier 
150
 
  TypeIdentifier::createDocumentType (TypeIdentifier contentType, IdentTypes::Quantifier quantifier)
 
150
  TypeIdentifier::createDocumentType ()
151
151
  {
152
 
    return TypeIdentifier( zorba::TypeIdentifier::createDocumentType(contentType.theTypeIdentifier, convertQuantifier(quantifier) ) );
 
152
    return TypeIdentifier( zorba::TypeIdentifier::createDocumentType(NULL) );
153
153
  }
154
154
 
155
155
  TypeIdentifier