summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/value/ValueI.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-06-26 01:48:48 +0000
committerMichi Henning <michi@zeroc.com>2003-06-26 01:48:48 +0000
commit48da8f06e48d135e3ddb8694b89b6a8ccc0ea30f (patch)
treecf05421fe0932b538594cf1c018b6e9772fc95c7 /cpp/demo/Ice/value/ValueI.cpp
parentadding description of IceStorm.TopicManager.Proxy (diff)
downloadice-48da8f06e48d135e3ddb8694b89b6a8ccc0ea30f.tar.bz2
ice-48da8f06e48d135e3ddb8694b89b6a8ccc0ea30f.tar.xz
ice-48da8f06e48d135e3ddb8694b89b6a8ccc0ea30f.zip
Removed redundant _adapter private member.
Diffstat (limited to 'cpp/demo/Ice/value/ValueI.cpp')
-rw-r--r--cpp/demo/Ice/value/ValueI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/demo/Ice/value/ValueI.cpp b/cpp/demo/Ice/value/ValueI.cpp
index 9c096219ae5..20c986db61f 100644
--- a/cpp/demo/Ice/value/ValueI.cpp
+++ b/cpp/demo/Ice/value/ValueI.cpp
@@ -17,8 +17,7 @@
using namespace std;
-InitialI::InitialI(const Ice::ObjectAdapterPtr& adapter) :
- _adapter(adapter)
+InitialI::InitialI(::Ice::ObjectAdapterPtr adapter)
{
_simple = new Simple;
_simple->message = "a message 4 u";