--- a/mmserv/tms/inc/tmsutility.h Tue Aug 31 15:43:02 2010 +0300
+++ b/mmserv/tms/inc/tmsutility.h Wed Sep 01 12:23:00 2010 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -11,7 +11,7 @@
*
* Contributors:
*
- * Description: Tracing and convertion utility.
+ * Description: Telephony Multimedia Service
*
*/
@@ -60,7 +60,6 @@
#define RET_REASON_IF_ERR(s) if(s!=0) return s
#define TMSRESULT(result) TMSUtility::TMSResult(result)
-#define SYMBIANRESULT(result) TMSUtility::SymbianResult(result)
#define TOTMSOUTPUT(output) TMSUtility::ToTMSOutput(output)
#define TOTAROUTPUT(output) TMSUtility::ToTAROutput(output)
#define TOFOURCC(format) TMSUtility::ToFourCC(format)
@@ -74,7 +73,6 @@
{
public:
IMPORT_C static gint TMSResult(const gint error);
- IMPORT_C static TInt SymbianResult(const gint error);
IMPORT_C static gint EtelToTMSResult(const gint error);
IMPORT_C static TMSAudioOutput ToTMSOutput(
CTelephonyAudioRouting::TAudioOutput taroutput);