Author: sayer
Date: 2009-10-21 22:42:21 +0200 (Wed, 21 Oct 2009)
New Revision: 1549
Modified:
trunk/apps/dsm/DSMCall.cpp
trunk/apps/dsm/DSMCall.h
Log:
removed saving diagram collection reference in call which is not necessary
Modified: trunk/apps/dsm/DSMCall.cpp
===================================================================
--- trunk/apps/dsm/DSMCall.cpp 2009-10-21 20:32:58 UTC (rev 1548)
+++ trunk/apps/dsm/DSMCall.cpp 2009-10-21 20:42:21 UTC (rev 1549)
@@ -34,7 +34,7 @@
DSMStateDiagramCollection& diags,
const string& startDiagName,
UACAuthCred* credentials)
- : prompts(prompts), default_prompts(prompts), diags(diags),
startDiagName(startDiagName),
+ : prompts(prompts), default_prompts(prompts), startDiagName(startDiagName),
playlist(this), cred(credentials),
rec_file(NULL),
process_invite(true), process_sessionstart(true)
Modified: trunk/apps/dsm/DSMCall.h
===================================================================
--- trunk/apps/dsm/DSMCall.h 2009-10-21 20:32:58 UTC (rev 1548)
+++ trunk/apps/dsm/DSMCall.h 2009-10-21 20:42:21 UTC (rev 1549)
@@ -46,7 +46,6 @@
DSMStateEngine engine;
AmPromptCollection* prompts;
AmPromptCollection* default_prompts;
- DSMStateDiagramCollection& diags;
string startDiagName;
AmPlaylist playlist;
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev