From 742e40975aeba15cf596eefbabe26642ea74d83c Mon Sep 17 00:00:00 2001 From: temporal Date: Wed, 27 Aug 2008 19:25:48 +0000 Subject: 2.0.1 release. --- src/google/protobuf/message.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/google/protobuf/message.h') diff --git a/src/google/protobuf/message.h b/src/google/protobuf/message.h index 1a297b12..09b5defb 100644 --- a/src/google/protobuf/message.h +++ b/src/google/protobuf/message.h @@ -393,12 +393,6 @@ class LIBPROTOBUF_EXPORT Message { // objects on-demand, on the other hand, would be expensive and prone to // memory leaks. So, instead we ended up with this flat interface. // -// WARNING: This class is currently in the process of being converted from -// a per-instance object to a per-class object. You'll notice that there -// are two sets of methods below: ones that take a Message pointer or -// reference as a parameter, and ones that don't. The former ones are the -// new interface; the latter ones will go away soon. -// // TODO(kenton): Create a utility class which callers can use to read and // write fields from a Reflection without paying attention to the type. class LIBPROTOBUF_EXPORT Reflection { -- cgit v1.2.3