| 39 | } |
| 40 | |
| 41 | static EmbeddedConnection* GetConnectionFromHandle(Connection_Receiver_Handle hConnection) |
| 42 | { |
| 43 | return reinterpret_cast<EmbeddedConnection*>(hConnection) ; |
| 44 | } |
| 45 | |
| 46 | Connection_Receiver_Handle sml_CreateEmbeddedConnection(Connection_Sender_Handle hSenderConnection, ProcessMessageFunction pProcessMessage, int connectionType, int portToListenOn) |
| 47 | { |
no outgoing calls
no test coverage detected