forked from epics_driver_modules/motorBase
Remobed ResetAllSockets; renamed CloseAllSockets to CloseXPSSockets
This commit is contained in:
@@ -235,7 +235,7 @@ void CloseSocket(int SocketIndex)
|
||||
}
|
||||
|
||||
/***************************************************************************************/
|
||||
void CloseAllSockets(void)
|
||||
void CloseXPSSockets(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -244,13 +244,6 @@ void CloseAllSockets(void)
|
||||
}
|
||||
}
|
||||
|
||||
/***************************************************************************************/
|
||||
void ResetAllSockets(void)
|
||||
{
|
||||
CloseAllSockets();
|
||||
}
|
||||
|
||||
|
||||
/***************************************************************************************/
|
||||
char * GetError(int SocketIndex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user