~charon-developers/charon-core/trunk

« back to all changes in this revision

Viewing changes to src/TypeDetector.cpp

  • Committer: jmgottfried
  • Date: 2010-03-16 15:18:38 UTC
  • Revision ID: svn-v4:7d56a235-2f8b-4627-957e-5f30cc86da59:charon-core/trunk:680
moved header files to seperate include directory

this makes e.g. Compile and Load test work even if charon-core is not yet installed
and gives a chance to get charon-meta working

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  @date   17.12.2008
20
20
 *  @author <a href="mailto:jmgottfried@web.de">Jens-Malte Gottfried</a>
21
21
 */
22
 
#include "TypeDetector.h"
 
22
#include <charon-core/TypeDetector.h>
23
23
 
24
24
// init static pointer
25
25
TypeDetector* TypeDetector::_instance = 0;