--- a/adaptationlayer/modematadaptation/modematcontroller_exe/inc/cmodematsrv.h Mon Nov 09 10:36:19 2009 +0000
+++ b/adaptationlayer/modematadaptation/modematcontroller_exe/inc/cmodematsrv.h Thu Jan 14 10:44:58 2010 +0200
@@ -76,14 +76,14 @@
* @return Number of sessions open
*/
TInt SessionCount();
-
+
/**
* Connect session to the modem
* @param CModemAtSession* aSession Pointer to the session
* @return Connection status: KErrNone, KErrAlreadyExists
*/
- void ConnectToModem( CModemAtSession* aSession);
-
+ TInt ConnectToModem( CModemAtSession* aSession);
+
/**
* HandleSignalInd
* @param aDteId Device Terminal ID
@@ -189,3 +189,4 @@
};
#endif // CMODEMATSRV_H
+