Customized SNICInterface
Fork of NySNICInterface by
Diff: SNIC/SNIC_UartCommandManager.cpp
- Revision:
- 22:a9ec0cad4f84
- Parent:
- 20:dd736d328de6
- Child:
- 26:f2e1030964e4
--- a/SNIC/SNIC_UartCommandManager.cpp Thu Mar 27 07:14:21 2014 +0000 +++ b/SNIC/SNIC_UartCommandManager.cpp Thu Mar 27 07:37:55 2014 +0000 @@ -154,7 +154,7 @@ // Get socket id from payload socket_id = payload_p[2]; // Get Connection information - tagCONNECT_INFO_T *con_info_p = instance_p->getConnectInfo( socket_id ); + C_SNIC_Core::tagCONNECT_INFO_T *con_info_p = instance_p->getConnectInfo( socket_id ); if( con_info_p == NULL ) { return;