diff options
author | Michi Henning <michi@zeroc.com> | 2005-07-04 02:06:23 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-07-04 02:06:23 +0000 |
commit | 11440f12c77b43a7d43e948e15df35c4b71c7e00 (patch) | |
tree | a93bf57b23a16939e6e1c99f42b9263191247704 /cpp/demo/Ice/value/ValueI.cpp | |
parent | Made Ice.ObjectImpl abstract. (diff) | |
download | ice-11440f12c77b43a7d43e948e15df35c4b71c7e00.tar.bz2 ice-11440f12c77b43a7d43e948e15df35c4b71c7e00.tar.xz ice-11440f12c77b43a7d43e948e15df35c4b71c7e00.zip |
Made Ice::Object abstract.
Diffstat (limited to 'cpp/demo/Ice/value/ValueI.cpp')
-rw-r--r-- | cpp/demo/Ice/value/ValueI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/demo/Ice/value/ValueI.cpp b/cpp/demo/Ice/value/ValueI.cpp index 1e8da1bd1dd..eef680edab9 100644 --- a/cpp/demo/Ice/value/ValueI.cpp +++ b/cpp/demo/Ice/value/ValueI.cpp @@ -34,12 +34,6 @@ InitialI::getSimple(const Ice::Current&) return _simple; } -::Ice::ObjectPtr -InitialI::getPrinterAsObject(const Ice::Current&) -{ - return _printer; -} - void InitialI::getPrinter(PrinterPtr& impl, PrinterPrx& proxy, const Ice::Current&) { |