adaptationlayer/tsy/nokiatsy_dll/inc/cmmphonetreceiver.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   133         * @param MMmMessageReceiver*: pointer to SAT message handler
   133         * @param MMmMessageReceiver*: pointer to SAT message handler
   134         * @return TInt: success/failure indication
   134         * @return TInt: success/failure indication
   135         */
   135         */
   136         virtual TInt SetSatMessHandler( MMmMessageReceiver* aSatMessHandler );
   136         virtual TInt SetSatMessHandler( MMmMessageReceiver* aSatMessHandler );
   137 
   137 
   138 		/**
   138         /**
       
   139         * Gets SAT MessageHandler.
       
   140         * @return MMmMessageReceiver*: pointer to SAT message handler
       
   141         */
       
   142         virtual MMmMessageReceiver* SatMessHandler();
       
   143 
       
   144         /**
   139         * Sat ready indication
   145         * Sat ready indication
   140 		* @param TUint8: Message to be retrieved.
   146         * @param TUint8: Message to be retrieved.
   141 		* @return TInt: success/failure if msg was found
   147         * @return TInt: success/failure if msg was found
   142         */
   148         */
   143         virtual TInt SatReady( TUint8 aMsg );
   149         virtual TInt SatReady( TUint8 aMsg );
   144 
   150 
   145     private:
   151     private:
   146 
   152