fotaapplication/fotaserver/src/fotaSrvSession.cpp
changeset 73 ae69c2e8bc34
parent 51 2e64dc50f295
--- a/fotaapplication/fotaserver/src/fotaSrvSession.cpp	Tue Sep 28 17:53:08 2010 +0530
+++ b/fotaapplication/fotaserver/src/fotaSrvSession.cpp	Fri Oct 15 11:46:45 2010 +0530
@@ -93,7 +93,7 @@
         client = EFotaScheduler;
         }
     else if (aMessage.SecureId() == 0x0323231 || aMessage.SecureId()
-            == testapp.iUid || aMessage.SecureId() == testapp2.iUid)
+            == testapp.iUid || aMessage.SecureId() == testapp2.iUid || aMessage.SecureId() == 0x2001133B)
         {
         client = EFotaTestApp;
         }
@@ -341,14 +341,6 @@
             TInt size(0);
 
             FotaServer()->GetCurrentFwDetailsL(name, version, size);
-
-            /*
-            aMessage.Write(1, name);
-            aMessage.Write(2, version);
-            TPckg<TInt> psize(size);
-            aMessage.Write(3, psize);
-
-            aMessage.Complete(KErrNone);*/
             
             aMessage.Write(0, name);
             aMessage.Write(1, version);