photosgallery/imgvwr/src/glxivwrapplication.cpp
branchRCL_3
changeset 23 b023a8d2866a
parent 1 9ba538e329bd
--- a/photosgallery/imgvwr/src/glxivwrapplication.cpp	Mon Jun 21 15:40:32 2010 +0300
+++ b/photosgallery/imgvwr/src/glxivwrapplication.cpp	Thu Jul 15 18:39:01 2010 +0300
@@ -19,14 +19,12 @@
 
 
 #include "glxivwrapplication.h"
+#include "glxivwrdocument.h"
 
-#include <glxgallery.hrh>
-#include <glxlog.h>
 #include <glxtracer.h>
 
-#include "glxivwrdocument.h"
-
-// UID for the application, this should correspond to the uid defined in the mmp file
+// UID for the application, 
+// this should correspond to the uid defined in the mmp file
 static const TUid KUidGlxIvwrApp = {0x200104E7};
 
 // -----------------------------------------------------------------------------
@@ -36,7 +34,6 @@
 CApaDocument* CGlxIVwrApplication::CreateDocumentL()
     {
     TRACER("CApaIVwrDocument* CGlxApplication::CreateDocumentL()");
-    GLX_LOG_INFO("CGlxApplication::CreateDocumentL");
     // Create a Viewer document, and return a pointer to it
     CApaDocument* document = CGlxIVwrDocument::NewL(*this);
     return document;
@@ -47,10 +44,10 @@
 // -----------------------------------------------------------------------------
 //
 TUid CGlxIVwrApplication::AppDllUid() const
-{
-// Return the UID for the Viewer application
-return KUidGlxIvwrApp;
-}
+    {
+    // Return the UID for the Viewer application
+    return KUidGlxIvwrApp;
+    }
 
 #include <eikstart.h>