diff options
Diffstat (limited to 'cpp/src/Glacier2/ServerBlobject.h')
-rw-r--r-- | cpp/src/Glacier2/ServerBlobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/ServerBlobject.h b/cpp/src/Glacier2/ServerBlobject.h index 200a951cc59..4dda0036748 100644 --- a/cpp/src/Glacier2/ServerBlobject.h +++ b/cpp/src/Glacier2/ServerBlobject.h @@ -22,7 +22,7 @@ class ServerBlobject : public Glacier2::Blobject { public: - ServerBlobject(const Ice::CommunicatorPtr&, const Ice::ConnectionPtr&); + ServerBlobject(const InstancePtr&, const Ice::ConnectionPtr&); virtual ~ServerBlobject(); virtual void ice_invoke_async(const Ice::AMD_Array_Object_ice_invokePtr&, |