View Single Post
  #1 (permalink)  
Old 08-21-2003
Mr.Freeze Mr.Freeze is offline
Registered User
 
 
Join Date: Aug 2003
Location: Germany
Posts: 23
problem with ObjectAdapter::identityToServant

Hello,

In my test application I invoke the function :

Ice::ObjectPtr servant = c.adapter.identityToServant(c.id);


If I compile the program with MS VS .NET 2002 (7.0) I get the following error message:

MyServantLocator.cpp: error C2039: 'identityToServant': is no element of 'IceInternal::Handle<T>'
with
[
T=Ice::ObjectAdapter
]

What does this message mean?

Thank you for your reply
Reply With Quote