diff options
| author | Andrew Higginson <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
|---|---|---|
| committer | Andrew <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
| commit | 80960b623a99aae1402ab651b2974ef544ed3b03 (patch) | |
| tree | ba49d42c2789e9e11f805e2d5263e10f9fedeef8 /src/dom/util/thread.h | |
| parent | try to fix bug (diff) | |
| parent | GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value. (diff) | |
| download | inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.tar.gz inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.zip | |
merged with trunk so I can build again...
(bzr r10092.1.36)
Diffstat (limited to 'src/dom/util/thread.h')
| -rw-r--r-- | src/dom/util/thread.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/dom/util/thread.h b/src/dom/util/thread.h index dfad6d9b3..1408cd78f 100644 --- a/src/dom/util/thread.h +++ b/src/dom/util/thread.h @@ -1,5 +1,5 @@ -#ifndef __DOM_THREAD_H__ -#define __DOM_THREAD_H__ +#ifndef SEEN_DOM_THREAD_H +#define SEEN_DOM_THREAD_H /** * Phoebe DOM Implementation. * @@ -8,7 +8,8 @@ * which are provided for reference. Most important is this one: * * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html - * + */ +/* * Authors: * Bob Jamison * @@ -29,7 +30,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -/** +/* * Thread wrapper. This provides a platform-independent thread * class for IO and testing. * @@ -147,7 +148,7 @@ private: -#endif /* __DOM_THREAD_H__ */ +#endif // SEEN_DOM_THREAD_H //######################################################################### //# E N D O F F I L E //######################################################################### |
