contentstorage/caclient/src/cahandlerloader.cpp
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
--- a/contentstorage/caclient/src/cahandlerloader.cpp	Tue Jun 01 11:30:17 2010 +0300
+++ b/contentstorage/caclient/src/cahandlerloader.cpp	Fri Jun 11 16:13:51 2010 +0300
@@ -33,4 +33,14 @@
 {
 }
 
+/*!
+    \fn virtual CaHandler *loadHandler(const QString &entryTypeName,
+                                   const QString &commandName) = 0;
+    Loads handler implementations appropriate for the requested entry type name and command.
 
+    The caller takes ownership of the returned pointer.
+
+    \param entryTypeName an entry type name.
+    \param commandName a name of the command to be handled.
+    \retval a pointer to the handler serving the entry type and command if found, NULL otherwise.
+*/