Skip to content

Commit 14ed084

Browse files
committed
change naming convention
1 parent 97d119d commit 14ed084

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/Sofa/src/SofaPython3/Sofa/Helper/Binding_MessageDispatcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ void sofapython3::moduleAddMessageDispatcher(pybind11::module &m)
3333
Configuration of the message dispatcher.
3434
)doc";
3535

36-
messageDispatcherModule.def("clear_handlers",
36+
messageDispatcherModule.def("clearHandlers",
3737
[](){
3838
sofa::helper::logging::MessageDispatcher::clearHandlers();
3939
}, "Removes all registered message handlers.");
4040

41-
messageDispatcherModule.def("num_handlers",
41+
messageDispatcherModule.def("numHandlers",
4242
[](){
4343
return sofa::helper::logging::MessageDispatcher::getHandlers().size();
4444
}, "Returns the number of registered message handlers.");

0 commit comments

Comments
 (0)