diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-03-19 13:45:03 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-03-19 13:45:03 -0230 |
commit | 86b6aa0c20dc72dba8f291bc603128bf3e8fafc7 (patch) | |
tree | 6a7a9e82006dadec53b68a9f7145119e5e1bc795 /cpp/demo/Ice | |
parent | Fixed bug 3896 - Windows iceca issues (diff) | |
download | ice-86b6aa0c20dc72dba8f291bc603128bf3e8fafc7.tar.bz2 ice-86b6aa0c20dc72dba8f291bc603128bf3e8fafc7.tar.xz ice-86b6aa0c20dc72dba8f291bc603128bf3e8fafc7.zip |
Bug 3910 - Remove references to google protocol buffers
Diffstat (limited to 'cpp/demo/Ice')
-rw-r--r-- | cpp/demo/Ice/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/demo/Ice/README b/cpp/demo/Ice/README index b286aa96f6a..0b9aee63862 100644 --- a/cpp/demo/Ice/README +++ b/cpp/demo/Ice/README @@ -61,10 +61,6 @@ Demos in this directory: A demo that shows how Ice takes advantage of NRVO (Named Return Value Optimization) which is included in modern C++ compilers. -- protobuf - - A demo that shows how to integrate Google Protocol Buffers with Ice. - - session This demo shows how to use sessions to clean up client-specific |