// // Copyright (c) ZeroC, Inc. All rights reserved. // #import #include @interface ICEIdentity (ICEInternal) -(ICEIdentity*)initWithIdentity:(const Ice::Identity&)arg; -(Ice::Identity)identity; +(ICEIdentity*)identityWithIdentity:(const Ice::Identity&)arg; @end