qthighway/xqserviceipc/xqserviceipc/xqserviceipcfactory.cpp
changeset 24 9d760f716ca8
parent 1 2b40d63a9c3d
--- a/qthighway/xqserviceipc/xqserviceipc/xqserviceipcfactory.cpp	Wed Aug 18 10:38:12 2010 +0300
+++ b/qthighway/xqserviceipc/xqserviceipc/xqserviceipcfactory.cpp	Thu Sep 02 21:20:48 2010 +0300
@@ -29,31 +29,31 @@
 #endif // __SYMBIAN32__
 namespace QtService
 {
-/*!
- \class ServiceFwIPCFactory
-
- Factory class for constructing the IPC backend
- */
 
 /*!
- Constructor
- */
+    \class ServiceFwIPCFactory
+    \brief Factory class for constructing the IPC backend
+*/
+
+/*!
+    Constructor.
+*/
 ServiceFwIPCFactory::ServiceFwIPCFactory()
 {
 }
 
 /*!
- Destructor
- */
+    Destructor.
+*/
 ServiceFwIPCFactory::~ServiceFwIPCFactory()
 {
 }
 
 /*!
- Check to see if the particular IPC type is supported
- @param aIPCType type of the IPC
- @return true if the IPC type is supported, false otherwise
- */
+    Check to see if the particular IPC type is supported.
+    \param aIPCType Type of the IPC.
+    \return true If the IPC type is supported, false otherwise.
+*/
 bool ServiceFwIPCFactory::isIPCTypeSupported(TServiceIPCBackends aIPCType)
 {
     XQSERVICE_DEBUG_PRINT("ServiceFwIPCFactory::isIPCTypeSupported");
@@ -71,10 +71,10 @@
 }
 
 /*!
- Create an instance of the Service IPC backend
- @param aBackend Type of backend to create
- @return ServiceFwIPCPrivate instance
- */
+    Create an instance of the Service IPC backend.
+    \param aBackend Type of backend to create.
+    \return ServiceFwIPCPrivate instance.
+*/
 ServiceFwIPCPrivate* ServiceFwIPCFactory::createBackend(TServiceIPCBackends aBackend)
 {
     XQSERVICE_DEBUG_PRINT("ServiceFwIPCFactory::createBackend");