Re: keyword export is used in SSllib.h

2004-01-16 Thread Virendra
- Original Message - From: Flex [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:39 PM Subject: Re: keyword export is used in SSllib.h Yea, known problem, I've just renamed it to exportx or something. Wonder why

Re: Re: keyword export is used in SSllib.h

2004-01-16 Thread Virendra
try doing something like this #define export __export__or_any_other_name #include SSllib.h -Viren --- Virendra [EMAIL PROTECTED] wrote: export is a keyword introduced recently in the language to implement the implementation-model for templates. The earlier era of

keyword export is used in SSllib.h

2004-01-15 Thread Vu Pham
Just a report. In the file ssllib.h, there is a definition typedef struct SslCipherSuiteInfo_st { UInt8 cipherSuite[2]; UInt16 cipher; /* sslCsiCipherXXX */ UInt16 digest; /* sslCsiDigestXXX */ UInt16 keyExchange; /* sslCsiKeyExchXXX */ UInt16 authentication; /* sslCsiAuthXXX */ UInt16 version;

Re: keyword export is used in SSllib.h

2004-01-15 Thread Flex
Yea, known problem, I've just renamed it to exportx or something. Wonder why is that there... didn't they even tested the ssl? :))) Vu Pham wrote: Just a report. In the file ssllib.h, there is a definition typedef struct SslCipherSuiteInfo_st { UInt8 cipherSuite[2]; UInt16 cipher; /*

Re: keyword export is used in SSllib.h

2004-01-15 Thread Vu Pham
- Original Message - From: Flex [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:39 PM Subject: Re: keyword export is used in SSllib.h Yea, known problem, I've just renamed it to exportx or something. Wonder