-
- Downloads
* #9847: use references instead of pointers where possible
This avoids redundant "if (x == NULL)" style checks and puts the onus on the caller to use valid parameters.
Showing
- daemon/src/config/serializable.h 4 additions, 4 deletionsdaemon/src/config/serializable.h
- daemon/src/iax/iaxaccount.cpp 12 additions, 22 deletionsdaemon/src/iax/iaxaccount.cpp
- daemon/src/iax/iaxaccount.h 2 additions, 2 deletionsdaemon/src/iax/iaxaccount.h
- daemon/src/managerimpl.cpp 19 additions, 14 deletionsdaemon/src/managerimpl.cpp
- daemon/src/preferences.cpp 74 additions, 100 deletionsdaemon/src/preferences.cpp
- daemon/src/preferences.h 12 additions, 17 deletionsdaemon/src/preferences.h
- daemon/src/sip/sipaccount.cpp 29 additions, 31 deletionsdaemon/src/sip/sipaccount.cpp
- daemon/src/sip/sipaccount.h 2 additions, 2 deletionsdaemon/src/sip/sipaccount.h
Loading
Please register or sign in to comment