diff --git a/src/cas/generic/casAsyncReadIO.cc b/src/cas/generic/casAsyncReadIO.cc index 72a0f6f0d..1f340049c 100644 --- a/src/cas/generic/casAsyncReadIO.cc +++ b/src/cas/generic/casAsyncReadIO.cc @@ -125,4 +125,4 @@ epicsShareFunc caStatus casAsyncReadIO::cbFuncAsyncIO() void casAsyncReadIO::destroy () { delete this; -} \ No newline at end of file +} diff --git a/src/cas/generic/st/casDGOS.cc b/src/cas/generic/st/casDGOS.cc index 2e6832549..87d4f9659 100644 --- a/src/cas/generic/st/casDGOS.cc +++ b/src/cas/generic/st/casDGOS.cc @@ -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 \ No newline at end of file +#endif