~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to src/xercesc/validators/schema/SchemaGrammar.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: SchemaGrammar.cpp 679340 2008-07-24 10:28:29Z borisk $
 
19
 * $Id: SchemaGrammar.cpp 883376 2009-11-23 15:45:23Z borisk $
20
20
 */
21
21
 
22
22
// ---------------------------------------------------------------------------
58
58
    , fAnnotations(0)
59
59
    , fValidated(false)
60
60
    , fDatatypeRegistry(manager)
 
61
    , fScopeCount (0)
 
62
    , fAnonTypeCount (0)
61
63
{
62
64
    CleanupType cleanup(this, &SchemaGrammar::cleanUp);
63
65