contentstorage/caclient/src/cahandlerloader.cpp
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
--- a/contentstorage/caclient/src/cahandlerloader.cpp	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/caclient/src/cahandlerloader.cpp	Wed Jun 23 18:33:40 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.
+*/