summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/value/Value.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/value/Value.ice')
-rw-r--r--cpp/demo/Ice/value/Value.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/value/Value.ice b/cpp/demo/Ice/value/Value.ice
index 764601a3f3f..f275e7cdaa2 100644
--- a/cpp/demo/Ice/value/Value.ice
+++ b/cpp/demo/Ice/value/Value.ice
@@ -38,7 +38,7 @@ interface Initial
{
Simple getSimple();
void getPrinter(out Printer impl, out Printer* proxy);
- Printer getDerivedPrinter();
+ ["format:sliced"] Printer getDerivedPrinter();
void throwDerivedPrinter() throws DerivedPrinterException;
void shutdown();
};