commondrm/drmutility/inc/DrmQueue.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/commondrm/drmutility/inc/DrmQueue.h	Tue Feb 02 00:21:44 2010 +0200
+++ b/commondrm/drmutility/inc/DrmQueue.h	Fri Apr 16 15:14:55 2010 +0300
@@ -83,11 +83,11 @@
     C* PopFront();
 
     /**
-    * Checks 
+    * Checks
     * implementation
     * @param[in]   aId : ID representing data to be popped from queue
-    * @return      Pointer to data object in queue, NULL if not found 
-    * 
+    * @return      Pointer to data object in queue, NULL if not found
+    *
     */
     C* PopItem( TInt aId );
 
@@ -119,6 +119,6 @@
 }
 
 // Since it's a template class include the implementation
-#include "drmqueue.inl"
+#include "DrmQueue.inl"
 
 #endif // CDRMAUTOMATEDUSAGE_H