Minor issues in AixLibSocketCommunication.h
Created by: tbeu
- It says
unsigned char **convertDbltoHex(double num)
in AixLibSocketCommunication.h, but return value is of typeunsigned char *
. - It says
int SocketReceive(char **buffer, int maxLen, int socketHandle)
in AixLibSocketCommunication.h but according to the MLS it should beconst char **buffer
.