mc_rtc  2.14.0
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 #include "mc_rtc/utils_api.h"
10 
13 namespace mc_rtc
14 {
15 
16 namespace log
17 {
18 
20 MC_RTC_UTILS_DLLAPI void deprecated(const std::string & source,
21  const std::string & old,
22  const std::string & replace,
23  const std::string & details = "");
24 
25 } // namespace log
26 
27 } // namespace mc_rtc
MC_RTC_UTILS_DLLAPI void deprecated(const std::string &source, const std::string &old, const std::string &replace, const std::string &details="")
Definition: Contact.h:88
#define MC_RTC_UTILS_DLLAPI
Definition: utils_api.h:50