From ad31a3c1c873f900af523aca99b4aa0019884522 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 14 Aug 2004 00:20:34 +0000 Subject: [PATCH] Comment about unsupported Nettle backward compatibility added. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8566 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/net/NetAddress.h | 2 +- headers/os/net/NetBuffer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/net/NetAddress.h b/headers/os/net/NetAddress.h index a5baf72df5..34c6344fa7 100644 --- a/headers/os/net/NetAddress.h +++ b/headers/os/net/NetAddress.h @@ -95,7 +95,7 @@ private: inline NLAddress* BNetAddress::GetImpl( void ) const { - return NULL; + return NULL; // No Nettle backward compatibility } #endif // <-- #ifndef _NETADDRESS_H diff --git a/headers/os/net/NetBuffer.h b/headers/os/net/NetBuffer.h index 30554c16f5..27a5418245 100644 --- a/headers/os/net/NetBuffer.h +++ b/headers/os/net/NetBuffer.h @@ -119,7 +119,7 @@ private: inline NLPacket* BNetBuffer::GetImpl( void ) const { - return NULL; + return NULL; // No Nettle backward compatibility } #endif // <-- #ifndef _NETBUFFER_H