aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/code_generator.h
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 22:57:39 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 22:57:39 +0000
commit7f4938b24482cd2ec81c0a36c7e9f86d726d1939 (patch)
treeafc35727c70ea052735769f24841106257f37c45 /src/google/protobuf/compiler/code_generator.h
parent25cf9e3153643f7f36ffa06052fcdc3c22fd65e6 (diff)
downloadprotobuf-7f4938b24482cd2ec81c0a36c7e9f86d726d1939.tar.gz
protobuf-7f4938b24482cd2ec81c0a36c7e9f86d726d1939.tar.bz2
protobuf-7f4938b24482cd2ec81c0a36c7e9f86d726d1939.zip
Mark plugins as experimental for now.
Diffstat (limited to 'src/google/protobuf/compiler/code_generator.h')
-rw-r--r--src/google/protobuf/compiler/code_generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/compiler/code_generator.h b/src/google/protobuf/compiler/code_generator.h
index 47ebb4d2..7dffe04e 100644
--- a/src/google/protobuf/compiler/code_generator.h
+++ b/src/google/protobuf/compiler/code_generator.h
@@ -107,6 +107,8 @@ class LIBPROTOC_EXPORT OutputDirectory {
// at the given insertion point. See plugin.proto for more information on
// insertion points. The default implementation assert-fails -- it exists
// only for backwards-compatibility.
+ //
+ // WARNING: This feature is currently EXPERIMENTAL and is subject to change.
virtual io::ZeroCopyOutputStream* OpenForInsert(
const string& filename, const string& insertion_point);