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:
Philippe Houdoin 2004-08-14 00:20:34 +00:00
parent c714747365
commit ad31a3c1c8
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ private:
inline NLAddress* BNetAddress::GetImpl( void ) const
{
return NULL;
return NULL; // No Nettle backward compatibility
}
#endif // <-- #ifndef _NETADDRESS_H

View File

@ -119,7 +119,7 @@ private:
inline NLPacket* BNetBuffer::GetImpl( void ) const
{
return NULL;
return NULL; // No Nettle backward compatibility
}
#endif // <-- #ifndef _NETBUFFER_H