From 5565b244c983bfbfd8b88077eda690fd630e3f1f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jan 2004 21:22:53 +0000 Subject: renaming client -> clients git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@19 dbf6933d-3bce-0310-9bcc-ed052ba35b35 --- client/ivamShbufConnector.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 client/ivamShbufConnector.py (limited to 'client/ivamShbufConnector.py') diff --git a/client/ivamShbufConnector.py b/client/ivamShbufConnector.py deleted file mode 100644 index feef521..0000000 --- a/client/ivamShbufConnector.py +++ /dev/null @@ -1,26 +0,0 @@ - -from ivamApi import ivamConnector - -class ivamShbufConnector(ivamAnsweringMachine): - - def run(self): - pass - - def playClip(self): - pass - - def stopPlayback(self): - pass - - def softStopPlayback(self): - pass - - def recordClip(self): - pass - - def stopRecording(self): - pass - - def timeout(self): - pass - -- cgit