rename thermion_filament namespace to thermion_flutter for Windows

This commit is contained in:
Nick Fisher
2024-06-26 01:51:31 +10:00
parent 683b79c9a0
commit 368ce83380
15 changed files with 23 additions and 24 deletions

View File

@@ -35,7 +35,7 @@
#include "wgl_context.h"
#endif
namespace thermion_filament {
namespace thermion_flutter {
using namespace std::chrono_literals;
@@ -61,7 +61,6 @@ ThermionFlutterPlugin::ThermionFlutterPlugin(
// attach the method call handler for incoming messages
_channel->SetMethodCallHandler([=](const auto &call, auto result) {
std::cout << call.method_name() << std::endl;
this->HandleMethodCall(call, std::move(result));
});
}
@@ -275,4 +274,4 @@ void ThermionFlutterPlugin::HandleMethodCall(
}
}
} // namespace thermion_filament
} // namespace thermion_flutter