Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

virtual Impala::Application::SDash::Sax2Reader::~Sax2Reader (  )  [inline, virtual]

Definition at line 210 of file Sax2Reader.h.

References mHandler, and mParser.

00211     {
00212         if (mHandler != 0)
00213             delete mHandler;
00214 
00215         //  Deleting the parser must be done prior to calling Terminate, below.
00216         if (mParser != 0)
00217             delete mParser;
00218 
00219         XMLPlatformUtils::Terminate();
00220     }


Generated on Fri Mar 19 10:49:39 2010 for ImpalaSrc by  doxygen 1.5.1