[TNEXT-639] block codes related with group message feature
[platform/core/messaging/msg-service.git] / plugin / mms_plugin / MmsPluginInternal.cpp
index 95ed6a1..f50d68d 100755 (executable)
@@ -626,7 +626,7 @@ void MmsPluginInternal::processRetrieveConf(MSG_MESSAGE_INFO_S *pMsgInfo, mmsTra
                addr_cnt++;
                iter = iter->pNext;
        }
-
+#if 0 /* This block will be activated after find way to get own number with any SIMs */
        iter = mmsHeader.pTo;
        while (iter) {
                MmsAddrUtilRemovePlmnString(iter->szAddr);
@@ -644,7 +644,7 @@ void MmsPluginInternal::processRetrieveConf(MSG_MESSAGE_INFO_S *pMsgInfo, mmsTra
                        addr_cnt++;
                iter = iter->pNext;
        }
-
+#endif
        MSG_ADDRESS_INFO_S *recipients_addr_info = NULL;
        if (recipients_cnt > 0) {
                recipients_addr_info = (MSG_ADDRESS_INFO_S *)new char[sizeof(MSG_ADDRESS_INFO_S)*recipients_cnt];
@@ -667,7 +667,7 @@ void MmsPluginInternal::processRetrieveConf(MSG_MESSAGE_INFO_S *pMsgInfo, mmsTra
                        __fillAddressInfo(&(pMsgInfo->addressList[0]), mmsHeader.pFrom->szAddr, MSG_RECIPIENTS_TYPE_UNKNOWN);
                        __fillAddressInfo(&recipients_addr_info[0], mmsHeader.pFrom->szAddr, MSG_RECIPIENTS_TYPE_UNKNOWN);
                }
-
+#if 0 /* This block will be activated after find way to get own number with any SIMs */
                int addr_idx = 0;
                int recipients_idx = 0;
                if (mmsHeader.pTo) {
@@ -697,6 +697,7 @@ void MmsPluginInternal::processRetrieveConf(MSG_MESSAGE_INFO_S *pMsgInfo, mmsTra
                                iter = iter->pNext;
                        }
                }
+#endif
        }
 
        MSG_SEC_DEBUG("%d, MMS Receive %s End %s->%s %s", pMsgInfo->msgId