mmserv/tms/tmsfactory/src/tmsfactory.cpp
branchRCL_3
changeset 7 3d8c721bf319
parent 0 71ca22bcf22a
child 19 095bea5f582e
--- 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)