Skip to content

Commit

Permalink
Merge pull request #1143 from n-kawauchi/manager_cmd
Browse files Browse the repository at this point in the history
マネージャーのConfiguration修正
  • Loading branch information
n-ando authored May 27, 2024
2 parents 02cc469 + aa2f35f commit bbeed15
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/lib/rtm/DefaultConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ namespace RTC {
"manager.command", "rtcd2",
"manager.nameservers", "default",
"manager.language", "C++",
#ifdef WIN32
"manager.supported_languages", "C++, Python, Java",
#else
"manager.supported_languages", "C++, Python, Python3, Java",
#endif
"manager.modules.C++.manager_cmd", "rtcd2",
"manager.modules.C++.profile_cmd", "rtcprof2",
#ifdef WIN32
Expand All @@ -120,12 +116,6 @@ namespace RTC {
"manager.modules.Python.profile_cmd", "rtcprof2_python",
"manager.modules.Python.suffixes", "py",
"manager.modules.Python.load_paths", "",
#ifndef WIN32
"manager.modules.Python3.manager_cmd", "rtcd2_python3",
"manager.modules.Python3.profile_cmd", "rtcprof2_python3",
"manager.modules.Python3.suffixes", "py",
"manager.modules.Python3.load_paths", "",
#endif
"manager.modules.Java.manager_cmd", "rtcd2_java",
"manager.modules.Java.profile_cmd", "rtcprof2_java",
"manager.modules.Java.suffixes", "class",
Expand Down

0 comments on commit bbeed15

Please sign in to comment.