Skip to content

Commit

Permalink
revert changes for deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
TakashiSato committed Dec 18, 2024
1 parent e2e56a8 commit 57bde07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class LoanedCommandInterface
const std::string & get_interface_name() const { return command_interface_.get_interface_name(); }

[[deprecated(
"Replaced by get_name method, which is semantically more correct")]] const std::string &
"Replaced by get_name method, which is semantically more correct")]] const std::string
get_full_name() const
{
return command_interface_.get_name();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class LoanedStateInterface
const std::string & get_interface_name() const { return state_interface_.get_interface_name(); }

[[deprecated(
"Replaced by get_name method, which is semantically more correct")]] const std::string &
"Replaced by get_name method, which is semantically more correct")]] const std::string
get_full_name() const
{
return state_interface_.get_name();
Expand Down

0 comments on commit 57bde07

Please sign in to comment.