diff -r a36789189b53 -r 095bea5f582e mmserv/tms/rom/tms.iby --- a/mmserv/tms/rom/tms.iby Thu Aug 19 10:26:11 2010 +0300 +++ b/mmserv/tms/rom/tms.iby Tue Aug 31 15:43:02 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 #include + #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