diff --git a/Core/Code/Testing/uServicesBaseObject.h b/Core/Code/Testing/uServicesBaseObject.h index 8619b6f998..2a9a0b4164 100644 --- a/Core/Code/Testing/uServicesBaseObject.h +++ b/Core/Code/Testing/uServicesBaseObject.h @@ -1,26 +1,28 @@ /*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See LICENSE.txt or http://www.mitk.org for details. ===================================================================*/ #ifndef USERVICESBASEOBJECT_H #define USERVICESBASEOBJECT_H #include #include - +/** Documentation + * @brief This template is used to test the C++ micro services in MITK. + */ template<> inline const char* us_service_impl_name(itk::LightObject* impl) { return impl->GetNameOfClass(); } #endif // USERVICESBASEOBJECT_H