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

« back to all changes in this revision

Viewing changes to samples/src/SCMPrint/SCMPrint.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-02-06 16:46:23 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100206164623-xbntkcs6ks20nboa
Tags: 3.1.0-1
* New upstream release
* Updated standards version to 3.8.4.  No changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: SCMPrint.cpp 833057 2009-11-05 15:25:10Z borisk $
 
19
 * $Id: SCMPrint.cpp 903149 2010-01-26 09:58:40Z borisk $
20
20
 */
21
21
 
22
22
// ---------------------------------------------------------------------------
265
265
        return 1;
266
266
    }
267
267
 
268
 
    XMLGrammarPool *grammarPool;
269
 
    SAX2XMLReader* parser;
 
268
    XMLGrammarPool *grammarPool = 0;
 
269
    SAX2XMLReader* parser = 0;
270
270
    try
271
271
    {
272
272
        grammarPool = new XMLGrammarPoolImpl(XMLPlatformUtils::fgMemoryManager);