hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h
branchCompilerCompatibility
changeset 10 6c5f86e4c374
parent 0 a03f92240627
--- a/hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h	Sun Mar 14 13:16:23 2010 +0000
+++ b/hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h	Sun Mar 28 16:41:07 2010 +0100
@@ -139,8 +139,8 @@
         * During Connect(), connect the server
         * to remote BT host service.
         */
-        TInt RHtiBtCommInterface::ConnectBt( TDesC8& aDeviceNameOrAddress,
-                                             TInt aPort );
+        TInt ConnectBt( TDesC8& aDeviceNameOrAddress,
+                        TInt aPort );
 
 };