diff -r f9c1f5f9ce0b -r 267e1b1adf0c natfw/natfwunsaf_protocols/unsaf_transport/inc/natfwunsafserverresolver.h --- a/natfw/natfwunsaf_protocols/unsaf_transport/inc/natfwunsafserverresolver.h Mon Mar 15 12:42:08 2010 +0200 +++ b/natfw/natfwunsaf_protocols/unsaf_transport/inc/natfwunsafserverresolver.h Wed Mar 31 22:14:10 2010 +0300 @@ -97,16 +97,16 @@ * @param aResult a client owned array * that will be filled on succesful completion. */ - void ResolveL(const TDesC8& aHostName, - const TDesC8& aServiceName, - const TDesC8& aProtocol, - TUint aDefaultPort, - RArray& aResult); + IMPORT_C void ResolveL(const TDesC8& aHostName, + const TDesC8& aServiceName, + const TDesC8& aProtocol, + TUint aDefaultPort, + RArray& aResult); /** * Cancels a pending resolving request. */ - void CancelResolving(); + IMPORT_C void CancelResolving(); private:// Constructors and destructor