
Replaced raw pointers in function parameter with const SListener references. This removes the need to pass raw pointers as arguments and all access is done via smart pointers.
Replaced raw pointers in function parameter with const SListener references. This removes the need to pass raw pointers as arguments and all access is done via smart pointers.