houxiao
2017-06-28 58a24b1c56d0d9db2aff1eedfb3ab79ea95718cb
FaceServer/proto_hton_ntoh.cpp
@@ -66,10 +66,12 @@
{
   db_id = htonl(db_id);
   st_id = htonl(st_id);
   confidence = htons(confidence);
}
void FDP_FaceDetectResult::ntoh()
{
   db_id = ntohl(db_id);
   st_id = ntohl(st_id);
   confidence = ntohs(confidence);
}