From eff4c24e8af0644c33a4a5290c29b0d46dbb8322 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 30 Mar 2012 09:02:44 +0200 Subject: [PATCH] misc: Add a category --- src/GSMProcessor.st | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GSMProcessor.st b/src/GSMProcessor.st index d9db5a4..d486a6a 100644 --- a/src/GSMProcessor.st +++ b/src/GSMProcessor.st @@ -389,6 +389,7 @@ hosting various transactions and dispatching to them.'> ] selectAudioRoute: aPlan leg: aLeg [ + ^ conManager msc selectAudioRoute: self plan: aPlan leg: aLeg ]