natfw/natfwunsaf_protocols/unsaf_transport/inc/natfwunsafserverresolver.h
branchRCL_3
changeset 10 267e1b1adf0c
parent 0 1bce908db942
--- 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<TInetAddr>& aResult);
+        IMPORT_C void ResolveL(const TDesC8& aHostName,
+                               const TDesC8& aServiceName,
+                               const TDesC8& aProtocol,
+                               TUint aDefaultPort,
+                               RArray<TInetAddr>& aResult);
 
         /**
         * Cancels a pending resolving request.
         */
-        void CancelResolving();
+        IMPORT_C void CancelResolving();
 
     private:// Constructors and destructor