htiui/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h
branchCompilerCompatibility
changeset 9 bb48bf1a40ff
parent 0 d6fe6244b863
equal deleted inserted replaced
6:a8afa76f9dd9 9:bb48bf1a40ff
   137 
   137 
   138         /**
   138         /**
   139         * During Connect(), connect the server
   139         * During Connect(), connect the server
   140         * to remote BT host service.
   140         * to remote BT host service.
   141         */
   141         */
   142         TInt RHtiBtCommInterface::ConnectBt( TDesC8& aDeviceNameOrAddress,
   142         TInt ConnectBt( TDesC8& aDeviceNameOrAddress,
   143                                              TInt aPort );
   143                         TInt aPort );
   144 
   144 
   145 };
   145 };
   146 
   146 
   147 #endif // __HTIBTCOMMINTERFACE_H__
   147 #endif // __HTIBTCOMMINTERFACE_H__
   148 
   148