telephonyserverplugins/common_tsy/commontsy/src/mmsms/cmmsmsextinterface.cpp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 // INCLUDE FILES
       
    19 #include "cmmsmsextinterface.h"
       
    20 #include "cmmphonetsy.h"
       
    21 
       
    22 // ======== MEMBER FUNCTIONS ========
       
    23 
       
    24 CMmSmsExtInterface::CMmSmsExtInterface()
       
    25     {
       
    26     }
       
    27 
       
    28 CMmSmsExtInterface::~CMmSmsExtInterface()
       
    29     {
       
    30     }
       
    31 
       
    32 // --------------------------------------------------------------------------- 
       
    33 // CMmSmsExtInterface::CompleteReceiveMessageL 
       
    34 // Default implementation of CompleteReceiveMessage method
       
    35 // (other items were commented in a header).
       
    36 // --------------------------------------------------------------------------- 
       
    37 // 
       
    38 TInt CMmSmsExtInterface::CompleteReceiveMessage(
       
    39     TSmsMsg* /*aSmsMsg*/, 
       
    40     TAny* /*aReceiveMessageParamsPtr*/,
       
    41     TDes8* /*aReceiveMessagePduPtr*/ )
       
    42     {
       
    43     return KErrNone;
       
    44     }
       
    45 
       
    46 // --------------------------------------------------------------------------- 
       
    47 // CMmSmsExtInterface::MessageStoreInfo 
       
    48 // Default implementation of MessageStoreInfo method
       
    49 // (other items were commented in a header).
       
    50 // --------------------------------------------------------------------------- 
       
    51 //
       
    52 TInt CMmSmsExtInterface::MessageStoreInfo(
       
    53     TAny* /*aGetMessageStoreInfoPtr*/, 
       
    54     TInt /*aTotalEntries*/, 
       
    55     TInt /*aUsedEntries*/ )
       
    56     {
       
    57     return KErrNotSupported;
       
    58     }
       
    59 
       
    60 // --------------------------------------------------------------------------- 
       
    61 // CMmSmsExtInterface::StoreInfo 
       
    62 // Default implementation of StoreInfo method
       
    63 // (other items were commented in a header).
       
    64 // --------------------------------------------------------------------------- 
       
    65 //
       
    66 TInt CMmSmsExtInterface::StoreInfo(
       
    67     TAny* /*aGetInfoInfoPtr*/, 
       
    68     TInt /*aTotalEntries*/, 
       
    69     TInt /*aUsedEntries*/ )
       
    70     {
       
    71     return KErrNotSupported;
       
    72     }
       
    73 
       
    74 // --------------------------------------------------------------------------- 
       
    75 // CMmSmsExtInterface::CompleteReadAllSmsPhase1L 
       
    76 // Default implementation of CompleteReadAllSmsPhase1L method
       
    77 // (other items were commented in a header).
       
    78 // --------------------------------------------------------------------------- 
       
    79 //
       
    80 TInt CMmSmsExtInterface::CompleteReadAllSmsPhase1L(
       
    81     CArrayPtrFlat<TSmsMsg>* /*aSmsListArray*/, 
       
    82     RMobilePhone::TClientId /*aReadAllId*/, 
       
    83     CArrayPtrFlat<CListReadAllAttempt>* /*aSmsReadAllArray*/, 
       
    84     TInt* /*aReadAllBufSizePtr*/ )
       
    85     {
       
    86     return KErrNotSupported;
       
    87     }
       
    88 
       
    89 // --------------------------------------------------------------------------- 
       
    90 // CMmSmsExtInterface::GetSupportedEntry 
       
    91 // Default implementation of GetSupportedEntry method
       
    92 // (other items were commented in a header).
       
    93 // --------------------------------------------------------------------------- 
       
    94 //
       
    95 TInt CMmSmsExtInterface::GetSupportedEntry()
       
    96     {
       
    97     return KErrNotSupported;
       
    98     }
       
    99 
       
   100 //  End of File