Mercurial > hg > svcore
comparison transform/ModelTransformer.h @ 1367:1b888a85983b
Guard
author | Chris Cannam |
---|---|
date | Wed, 18 Jan 2017 14:20:05 +0000 |
parents | 5a1198083d9a |
children | 565575463752 |
comparison
equal
deleted
inserted
replaced
1366:bbc4e4ee15d5 | 1367:1b888a85983b |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _TRANSFORMER_H_ | 16 #ifndef SV_MODEL_TRANSFORMER_H |
17 #define _TRANSFORMER_H_ | 17 #define SV_MODEL_TRANSFORMER_H |
18 | 18 |
19 #include "base/Thread.h" | 19 #include "base/Thread.h" |
20 | 20 |
21 #include "data/model/Model.h" | 21 #include "data/model/Model.h" |
22 | 22 |