Skip to content
Snippets Groups Projects
Commit 56f71743 authored by Jan Möbius's avatar Jan Möbius
Browse files

Renamed T.cc files to T_impl.hh to get rid of IDE problems not showing them.

parent bd4e53cf
No related branches found
No related tags found
No related merge requests found
...@@ -383,6 +383,6 @@ class DLLEXPORT BaseObjectData : public BaseObject ...@@ -383,6 +383,6 @@ class DLLEXPORT BaseObjectData : public BaseObject
#if defined(INCLUDE_TEMPLATES) && !defined(BASEOBJECTDATA_C) #if defined(INCLUDE_TEMPLATES) && !defined(BASEOBJECTDATA_C)
#define BASEOBJECT_TEMPLATES #define BASEOBJECT_TEMPLATES
#include "BaseObjectDataT.cc" #include "BaseObjectDataT_impl.hh"
#endif #endif
File moved
...@@ -122,7 +122,7 @@ private: ...@@ -122,7 +122,7 @@ private:
//============================================================================= //=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(OBJECTIDPOINTERMANAGERT_C) #if defined(INCLUDE_TEMPLATES) && !defined(OBJECTIDPOINTERMANAGERT_C)
#define OBJECTIDPOINTERMANAGERT_TEMPLATES #define OBJECTIDPOINTERMANAGERT_TEMPLATES
#include "ObjectIDPointerManagerT.cc" #include "ObjectIDPointerManagerT_impl.hh"
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment