Discussion Board
-
For nokia expert (Etel3rdparty telenovela)
2006-03-15, 13:55
#1
Registered User
In the doc of Etel3rdParty of S60 3rd ed, there are the following methods declarations:
IMPORT_C TInt EstablishDataCall(RComm &aDataChannel, const TDesC &aDialNumber);
EstablishDataCall()
IMPORT_C void EstablishDataCall(TRequestStatus &aRequestStatus, RComm &aDataChannel, const TDesC &aDialNumber);
In the header, there are different methods declaration:
IMPORT_C TInt EstablishDataCall(TInt& aDataChannel, const TDesC& aDialNumber);
IMPORT_C void EstablishDataCall(TRequestStatus& aRequestStatus, TInt& aDataChannel, const TDesC& aDialNumber);
So what is correct and what is wrong.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules