contentstorage/cahandler/url/inc/caurlhandlerplugin.h
branchGCC_SURGE
changeset 105 e7325f632549
parent 83 156f692b1687
--- a/contentstorage/cahandler/url/inc/caurlhandlerplugin.h	Fri Jun 11 16:25:06 2010 +0100
+++ b/contentstorage/cahandler/url/inc/caurlhandlerplugin.h	Thu Jul 22 16:37:03 2010 +0100
@@ -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