added newline at EOF

This commit is contained in:
Jeff Hill
2000-10-12 20:44:35 +00:00
parent fe3aef6841
commit 2d5ce8fcce
2 changed files with 6 additions and 2 deletions

View File

@@ -125,4 +125,4 @@ epicsShareFunc caStatus casAsyncReadIO::cbFuncAsyncIO()
void casAsyncReadIO::destroy ()
{
delete this;
}
}

View File

@@ -6,6 +6,10 @@
*
*
* $Log$
* Revision 1.8 1999/09/02 21:50:23 jhill
* o changed UDP to non-blocking IO
* o cleaned up (consolodated) UDP interface class structure
*
* Revision 1.7 1999/08/05 00:07:56 jhill
* osiTimer constructor now requires delay of type double
*
@@ -192,4 +196,4 @@ casProcCond casDGOS::processInput ()
return casProcOk;
}
#endif
#endif