Hi, i just noticed that there is a difference between the way
NUTAG_APPL_METHOD() and NUTAG_ALLOW_METHOD() are handled on linux (amd64
gentoo and ubuntu 9.04) and win32 (msvc 2008)
are handled by compilers:

On windows (following what is written in the documentation) i use

nua_set_params(nua, NUTAG_APPL_METHOD(NULL), TAG_END());

but this does not compile on linux where the only way to make the code
compile is to use

nua_set_params(nua, NUTAG_APPL_METHOD(""), TAG_END());

any ideas?

thanks
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to