diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/tmsfactory/src/tmsfactory.cpp --- a/mmserv/tms/tmsfactory/src/tmsfactory.cpp Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/tmsfactory/src/tmsfactory.cpp Wed Mar 31 22:29:45 2010 +0300 @@ -30,7 +30,8 @@ delete impl; } -EXPORT_C gint TMSFactory::CreateFactory(TMSFactory*& tmsfactory, TMSVer& /*ver*/) +EXPORT_C gint TMSFactory::CreateFactory(TMSFactory*& tmsfactory, + TMSVer& /*ver*/) { TMSFactory* self = new TMSFactory(); tmsfactory = self; @@ -58,7 +59,8 @@ return status; } -EXPORT_C gint TMSFactory::IsCallTypeSupported(TMSCallType ctype, gboolean& flag) +EXPORT_C gint TMSFactory::IsCallTypeSupported(TMSCallType ctype, + gboolean& flag) { gint status(TMS_RESULT_UNINITIALIZED_OBJECT); if (impl)