~charon-developers/charon-core/trunk

« back to all changes in this revision

Viewing changes to src/ParameteredObject.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:
27
27
 *  @date 11.12.2008
28
28
 */
29
29
 
30
 
#include "ParameteredObject.hxx"
31
30
#include <algorithm>
32
31
#include <cassert>
33
 
#include "PluginManagerInterface.h"
 
32
#include <charon-core/ParameteredObject.hxx>
 
33
#include <charon-core/PluginManagerInterface.h>
34
34
 
35
35
// Instantiate static variables.
36
36
std::map<std::string, unsigned int> ParameteredObject::_genericClassNameCount;