Example #1
0
CoIpManager * WengoPhone::getCoIpManager() const {
    CoIpManager *result = NULL;
    UserProfile *userProfile = _userProfileHandler->getCurrentUserProfile();

    if (userProfile) {
        result = &userProfile->getCoIpManager();
    }

    return result;
}