X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Flaunch_manager.cpp;h=2bc32d2a1a2b814993c1c47773332116d32afd9b;hb=51d71c226be424b6a698c7474d237e8c69661af5;hp=7e07c1e616e7d9d1e4440d3533df560d2c509aff;hpb=cdf68a53cff76449796a3aa0222e2d0afff97c7c;p=feisty_meow.git diff --git a/nucleus/library/application/launch_manager.cpp b/nucleus/library/application/launch_manager.cpp index 7e07c1e6..2bc32d2a 100644 --- a/nucleus/library/application/launch_manager.cpp +++ b/nucleus/library/application/launch_manager.cpp @@ -137,7 +137,7 @@ launch_manager::launch_manager(configured_applications &config) _gag_exclusions(new string_set), _tracking_exclusions(new string_set) { -// FUNCDEF("constructor"); + FUNCDEF("constructor"); // start the application checking thread. _checker->start(NIL); @@ -578,7 +578,7 @@ bool launch_manager::get_processes(process_entry_array &processes) bool launch_manager::find_process(const astring &app_name_in, int_set &pids) { -// FUNCDEF("find_process"); + FUNCDEF("find_process"); pids.clear(); process_entry_array processes; if (!get_processes(processes)) return false;