diff options
| author | Lennart Poettering <lennart@poettering.net> | 2004-01-08 21:22:53 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2004-01-08 21:22:53 +0000 |
| commit | 5565b244c983bfbfd8b88077eda690fd630e3f1f (patch) | |
| tree | 273049996c7e3b1bc855730fea9b993a9d79c2f7 /client/ivamShbufConnector.py | |
| parent | 9f14b1b80e6b09e6b2dc067704fff2034dc0ad23 (diff) | |
renaming client -> clients
git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@19 dbf6933d-3bce-0310-9bcc-ed052ba35b35
Diffstat (limited to 'client/ivamShbufConnector.py')
| -rw-r--r-- | client/ivamShbufConnector.py | 26 |
1 files changed, 0 insertions, 26 deletions
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 - |
