1
0
Fork 0

GSM: Export the underlying driver

This commit is contained in:
Holger Hans Peter Freyther 2010-12-11 12:19:07 +01:00
parent 6130b0b9d9
commit fe9d459ff9
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,10 @@ Object subclass: ProcedureBase [
'Created the driver' printNl.
]
run [
driver run.
]
execute [
driver run.
driver waitForCompletion.