summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/protobuf/Test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/protobuf/Test.proto')
-rw-r--r--cpp/test/Ice/protobuf/Test.proto16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/test/Ice/protobuf/Test.proto b/cpp/test/Ice/protobuf/Test.proto
new file mode 100644
index 00000000000..fea4c801ddd
--- /dev/null
+++ b/cpp/test/Ice/protobuf/Test.proto
@@ -0,0 +1,16 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+package test;
+
+option java_outer_classname = "TestPB";
+
+message Message {
+ required int32 i = 1;
+}