[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-filesystem-cvs
Subject:    [Filesystem-cvs] local/mini minifileobj.cpp,1.25,1.26
From:       gahluwalia () helixcommunity ! org
Date:       2006-12-06 10:23:57
Message-ID: 200612061024.kB6AOELf016091 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/filesystem/local/mini
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv24820

Modified Files:
	minifileobj.cpp 
Log Message:
These changes are needed to get the HEAD (Atlas) code to work on Symbian 8.1


Index: minifileobj.cpp
===================================================================
RCS file: /cvsroot/filesystem/local/mini/minifileobj.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- minifileobj.cpp	25 Aug 2006 15:52:50 -0000	1.25
+++ minifileobj.cpp	6 Dec 2006 10:23:55 -0000	1.26
@@ -838,10 +838,10 @@
  */
 STDMETHODIMP CHXMiniFileObject::Advise(UINT32 ui/* useage */)
 {
-    HX_RESULT retVal = HXR_OK;
+    HX_RESULT retVal = HXR_FAIL;
     DPRINTF(D_MINI_FO, ("CHXMiniFO::Advise()\n"));
 
-    if (ulInfo == HX_FILEADVISE_NETWORKACCESS)
+    if (ui == HX_FILEADVISE_NETWORKACCESS)
     {
 	retVal = HXR_ADVISE_LOCAL_ACCESS;
     }


_______________________________________________
Filesystem-cvs mailing list
Filesystem-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/filesystem-cvs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic