contentstorage/cahandler/url/inc/caurlhandlerplugin.h
changeset 96 5d243a69bdda
parent 88 7f0462e8c3da
--- a/contentstorage/cahandler/url/inc/caurlhandlerplugin.h	Mon May 24 20:50:46 2010 +0300
+++ b/contentstorage/cahandler/url/inc/caurlhandlerplugin.h	Fri May 28 16:17:03 2010 +0300
@@ -11,12 +11,12 @@
  *
  * Contributors:
  *
- * Description:
+ * Description: Url handler plugin.
  *
  */
 
-#ifndef CA_URL_HANDLER_PLUGIN_H
-#define CA_URL_HANDLER_PLUGIN_H
+#ifndef CAURLHANDLERPLUGIN_H
+#define CAURLHANDLERPLUGIN_H
 
 #include <QObject>
 #include <qserviceplugininterface.h>
@@ -30,8 +30,8 @@
 
 public:
     QObject *createInstance(const QServiceInterfaceDescriptor &descriptor,
-                            QServiceContext *context,
-                            QAbstractSecuritySession *session);
+        QServiceContext *context,
+        QAbstractSecuritySession *session);
 };
 
-#endif
+#endif // CAURLHANDLERPLUGIN_H