[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Usata-commits] Changes to usata2/src/xml/scene_parser.hpp
From: |
David Lau |
Subject: |
[Usata-commits] Changes to usata2/src/xml/scene_parser.hpp |
Date: |
Wed, 23 Feb 2005 11:55:47 -0500 |
Index: usata2/src/xml/scene_parser.hpp
diff -u usata2/src/xml/scene_parser.hpp:1.3 usata2/src/xml/scene_parser.hpp:1.4
--- usata2/src/xml/scene_parser.hpp:1.3 Tue Feb 22 18:17:57 2005
+++ usata2/src/xml/scene_parser.hpp Wed Feb 23 16:55:46 2005
@@ -10,7 +10,7 @@
// included in the software distribution, or visit
// http://www.fsf.org/licenses/gpl.html.
//
-// $Id: scene_parser.hpp,v 1.3 2005/02/22 18:17:57 skunix Exp $
+// $Id: scene_parser.hpp,v 1.4 2005/02/23 16:55:46 skunix Exp $
#ifndef USATA_SCENE_PARSER_HPP
#define USATA_SCENE_PARSER_HPP
@@ -76,7 +76,8 @@
boost::mutex mObjectQueue_M;
bool mThreadAbort;
-
+ bool mFinished;
+ bool mOk;
void init();
void thread_main();
@@ -89,7 +90,8 @@
virtual ~SceneParser();
void threaded_parse();
void threaded_abort();
-
+
+ bool finished() const{ return mFinished;}
protected:
virtual void element_start(const char* name, const
char**attrib);
virtual void element_end(const char*);