deprecated.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2022 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
7 #include <mc_rtc/logging.h>
8 #include <mc_rtc/macros/deprecated.h>
9 
12 namespace mc_rtc
13 {
14 
15 namespace log
16 {
17 
19 MC_RTC_UTILS_DLLAPI void deprecated(const std::string & source, const std::string & old, const std::string & replace);
20 
21 } // namespace log
22 
23 } // namespace mc_rtc
MC_RTC_UTILS_DLLAPI
#define MC_RTC_UTILS_DLLAPI
Definition: utils_api.h:50
logging.h
mc_rtc::log::deprecated
MC_RTC_UTILS_DLLAPI void deprecated(const std::string &source, const std::string &old, const std::string &replace)
mc_rtc
Definition: Contact.h:87