< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] u_int32_t


:-? It seems to me that u_int32_t-typedef is located in global namespace as yet...

Scott Godin wrote:
I moved it to the resip namespace in SVN head.

-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-
devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of stensil
Sent: Tuesday, October 18, 2005 12:15 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] u_int32_t

Hello, in rutil/compat.hxx for WIN32-platform there is typedef

    typedef unsigned int u_int32_t; //!dcm! -- any other platforms?

which conflicts with u_int32_t in JRTPLib :(
Maybe just put this typedef in resip-namespace?..