hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h
branchCompilerCompatibility
changeset 10 6c5f86e4c374
parent 0 a03f92240627
equal deleted inserted replaced
7:a06e2496af8b 10:6c5f86e4c374
   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