smsuaddr.h - where is it?
| Mon, 2006-04-03 16:38 | |
|
I'm in need of this header file (more accurately, the following const-s: KSMSAddrFamily, KSockDatagram, KSMSDatagramProtocol) but it doesn't seem to exist on my disk.
How can this have happened (I have a fresh installation of SDK version 2 FP 3)? And more important - where can I find this file and where should I copy it exactly (and is copying it enough?)? Thanks in advance! |
|






Forum posts: 45
"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein
Forum posts: 1246
const TUint KSMSDatagramProtocol = 0x02;
An identifier 'KSockDatagram' is nowhere in sight, however.
The identical declarations are also in the SDK for Nokia's old communicators.
René Brunner
Forum posts: 45
const TUint KSockDatagram=2;
"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein