Implemented CTelObject::SetSessionOwnerByTsyHandleAndIpc() and CPhoneBase::FindByIpcAndSecureId()
// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//
#include <errors/generic/psderr.rls>
RESOURCE ARRAY r_error_res_psd_errors1
{
items=
{
SINGLE_ERROR
{
text=r_err_g_psd_service_not_allowed; // -4135
},
SINGLE_ERROR
{
text=r_err_g_psd_and_non_psd_services_not_allowed; // -4136
},
SINGLE_ERROR
{
text=r_err_g_psd_ms_identity_can_not_be_derived; // -4137
},
SINGLE_ERROR
{
text=r_err_g_psd_ms_implicitly_detached; // -4138
}
};
}
RESOURCE ARRAY r_error_res_psd_errors2
{
items=
{
SINGLE_ERROR
{
text=r_err_g_psd_ms_c_temporarily_not_reachable; // -4144
}
};
}
RESOURCE ARRAY r_error_res_psd_errors3
{
items=
{
SINGLE_ERROR
{
text=r_err_g_psd_l1corsndcp_failure; // -4153
},
SINGLE_ERROR
{
text=r_err_g_psd_insufficient_resources; // -4154
},
SINGLE_ERROR
{
text=r_err_g_psd_missing_or_unknown_apn; // -4155
},
SINGLE_ERROR
{
text=r_err_g_psd_unknown_pdp_address; // -4156
},
SINGLE_ERROR
{
text=r_err_g_psd_user_auth_failure; // -4157
},
SINGLE_ERROR
{
text=r_err_g_psd_activation_rejected_by_ggsn; // -4158
},
SINGLE_ERROR
{
text=r_err_g_psd_activation_rejected; // -4159
}
};
}
RESOURCE ARRAY r_error_res_psd_errors4
{
items=
{
SINGLE_ERROR
{
text=r_err_g_psd_ns_api_already_used; // -4163
},
SINGLE_ERROR
{
text=r_err_g_psd_regular_context_deactivation; // -4164
},
SINGLE_ERROR
{
text=r_err_g_psd_qos_not_accepted; // -4165
}
};
}
RESOURCE ARRAY r_error_res_psd_errors5
{
items=
{
SINGLE_ERROR
{
text=r_err_g_psd_reactivation_requested; // -4167
},
SINGLE_ERROR
{
text=r_err_g_psd_feature_not_supported; // -4168
}
};
}
RESOURCE TBUF r_err_g_psd_service_not_allowed { buf=STRING_r_err_g_psd_service_not_allowed ; }
RESOURCE TBUF r_err_g_psd_and_non_psd_services_not_allowed { buf=STRING_r_err_g_psd_and_non_psd_services_not_allowed; }
RESOURCE TBUF r_err_g_psd_ms_identity_can_not_be_derived { buf=STRING_r_err_g_psd_ms_identity_can_not_be_derived ; }
RESOURCE TBUF r_err_g_psd_ms_implicitly_detached { buf=STRING_r_err_g_psd_ms_implicitly_detached ; }
RESOURCE TBUF r_err_g_psd_ms_c_temporarily_not_reachable { buf=STRING_r_err_g_psd_ms_c_temporarily_not_reachable ; }
RESOURCE TBUF r_err_g_psd_l1corsndcp_failure { buf=STRING_r_err_g_psd_l1corsndcp_failure ; }
RESOURCE TBUF r_err_g_psd_insufficient_resources { buf=STRING_r_err_g_psd_insufficient_resources ; }
RESOURCE TBUF r_err_g_psd_missing_or_unknown_apn { buf=STRING_r_err_g_psd_missing_or_unknown_apn ; }
RESOURCE TBUF r_err_g_psd_unknown_pdp_address { buf=STRING_r_err_g_psd_unknown_pdp_address ; }
RESOURCE TBUF r_err_g_psd_user_auth_failure { buf=STRING_r_err_g_psd_user_auth_failure ; }
RESOURCE TBUF r_err_g_psd_activation_rejected_by_ggsn { buf=STRING_r_err_g_psd_activation_rejected_by_ggsn ; }
RESOURCE TBUF r_err_g_psd_activation_rejected { buf=STRING_r_err_g_psd_activation_rejected ; }
RESOURCE TBUF r_err_g_psd_ns_api_already_used { buf=STRING_r_err_g_psd_ns_api_already_used ; }
RESOURCE TBUF r_err_g_psd_regular_context_deactivation { buf=STRING_r_err_g_psd_regular_context_deactivation ; }
RESOURCE TBUF r_err_g_psd_qos_not_accepted { buf=STRING_r_err_g_psd_qos_not_accepted ; }
RESOURCE TBUF r_err_g_psd_reactivation_requested { buf=STRING_r_err_g_psd_reactivation_requested ; }
RESOURCE TBUF r_err_g_psd_feature_not_supported { buf=STRING_r_err_g_psd_feature_not_supported ; }