mmserv/tms/rom/tms.iby
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
--- a/mmserv/tms/rom/tms.iby	Tue Aug 31 15:43:02 2010 +0300
+++ b/mmserv/tms/rom/tms.iby	Wed Sep 01 12:23:00 2010 +0100
@@ -1,26 +1,28 @@
 /*
- * 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"
- * which accompanies this distribution, and is available
- * at the URL "http://www.eclipse.org/legal/epl-v10.html".
- *
- * Initial Contributors:
- * Nokia Corporation - initial contribution.
- *
- * Contributors:
- *
- * Description: Telephony Multimedia Service
+* 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: Telephony Multimedia Service
+*
+*/
+/*
+ * tms.iby
  *
  */
 
-#ifndef TMS_IBY
-#define TMS_IBY
+#ifndef __TMS_IBY__
+#define __TMS_IBY__
 
-#include <data_caging_paths_for_iby.hrh>
 #include <bldvariant.hrh>
-
 #ifdef FF_TMS
 
 file=ABI_DIR/BUILD_DIR/tmsapi.dll         SHARED_LIB_DIR/tmsapi.dll
@@ -37,6 +39,6 @@
 
 #endif //FF_TMS
 
-#endif //TMS_IBY
+#endif //__TMS_IBY__
 
 //End of File
\ No newline at end of file