From 9ae48c2d7d22b7c4565681f25bece3d1d8740242 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 29 Sep 1998 14:54:57 +0000 Subject: [PATCH] added a working() method. --- src/sl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sl.h b/src/sl.h index ab141bd7..dd026b7f 100644 --- a/src/sl.h +++ b/src/sl.h @@ -112,6 +112,7 @@ public: void play ( void *buffer, size_t length ) { write ( buffer, length ) ; } + int working () { return !error ; } int not_working () { return error ; } int getBps () { return bps ; } -- 2.39.2