Comment about unsupported Nettle backward compatibility added.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8566 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c714747365
commit
ad31a3c1c8
@ -95,7 +95,7 @@ private:
|
|||||||
|
|
||||||
inline NLAddress* BNetAddress::GetImpl( void ) const
|
inline NLAddress* BNetAddress::GetImpl( void ) const
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL; // No Nettle backward compatibility
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // <-- #ifndef _NETADDRESS_H
|
#endif // <-- #ifndef _NETADDRESS_H
|
||||||
|
@ -119,7 +119,7 @@ private:
|
|||||||
|
|
||||||
inline NLPacket* BNetBuffer::GetImpl( void ) const
|
inline NLPacket* BNetBuffer::GetImpl( void ) const
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL; // No Nettle backward compatibility
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // <-- #ifndef _NETBUFFER_H
|
#endif // <-- #ifndef _NETBUFFER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user