mmserv/tms/rom/tms.iby
changeset 42 1fa3fb47b1e3
parent 0 71ca22bcf22a
child 46 0ac9a5310753
--- a/mmserv/tms/rom/tms.iby	Tue Jul 06 14:50:35 2010 +0300
+++ b/mmserv/tms/rom/tms.iby	Wed Aug 18 10:17:22 2010 +0300
@@ -1,28 +1,26 @@
 /*
-* 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
+ * 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
  *
  */
 
-#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
@@ -39,6 +37,6 @@
 
 #endif //FF_TMS
 
-#endif //__TMS_IBY__
+#endif //TMS_IBY
 
 //End of File
\ No newline at end of file