From gahluwalia at real.com Tue Feb 27 04:10:26 2007
From: gahluwalia at real.com (Gurpreet)
Date: Tue Feb 27 04:52:00 2007
Subject: [Filesystem-dev] CR: These changes are needed to get the HEAD
(Atlas) code to work on Symbian 9.1 ARM Device
Message-ID: <45E41FB2.3040409@real.com>
Synopsis:
Changes are required to remove build errors.
Overview:
These changes are needed to get the HEAD (Atlas) code to work on Symbian
9.1 ARM Device
Files Added:
None
Files Modified:
http/factory.cpp
local/full/smplfsys.cpp
Image Size and Heap Use impact (Client -Only):
None.
Platforms and Profiles Affected:
symbian-91
Distribution Libraries Affected:
None
Distribution library impact and planned action:
None
Platforms and Profiles Build Verified:
BIF branch -> helix_restricted
Target(s) -> symbianinst
Profile -> helix-client-s60-advanced
SYSTEM_ID-> symbian-91-armv5-gcce
Branch:
HEAD
Files Attached:
filesystem.diff
Regards,
Gurpreet
-------------- next part --------------
Index: http/factory.cpp
===================================================================
RCS file: /cvsroot/filesystem/http/factory.cpp,v
retrieving revision 1.8
diff -u -r1.8 factory.cpp
--- http/factory.cpp 28 Oct 2004 20:22:39 -0000 1.8
+++ http/factory.cpp 27 Feb 2007 11:04:08 -0000
@@ -146,7 +146,7 @@
* situation.
*
*/
-STDAPI ENTRYPOINT(HXCREATEINSTANCE)
+STDAPI ENTRYPOINTCALLTYPE ENTRYPOINT(HXCREATEINSTANCE)
(
IUnknown** /*OUT*/ ppIUnknown
)
@@ -173,7 +173,7 @@
*
*/
-STDAPI ENTRYPOINT(HXSHUTDOWN)()
+STDAPI ENTRYPOINTCALLTYPE ENTRYPOINT(HXSHUTDOWN)()
{
int i = 0;
@@ -198,7 +198,7 @@
* then the pluginhandler can unload the DLL
*
*/
-STDAPI ENTRYPOINT(CanUnload)(void)
+STDAPI ENTRYPOINTCALLTYPE ENTRYPOINT(CanUnload)(void)
{
int i = 0;
Index: local/full/smplfsys.cpp
===================================================================
RCS file: /cvsroot/filesystem/local/full/smplfsys.cpp,v
retrieving revision 1.43
diff -u -r1.43 smplfsys.cpp
--- local/full/smplfsys.cpp 20 Nov 2006 16:11:23 -0000 1.43
+++ local/full/smplfsys.cpp 27 Feb 2007 11:04:10 -0000
@@ -199,7 +199,7 @@
* situation.
*
*/
-STDAPI ENTRYPOINT(HXCREATEINSTANCE)
+STDAPI ENTRYPOINTCALLTYPE ENTRYPOINT(HXCREATEINSTANCE)
(
IUnknown** /*OUT*/ ppIUnknown
)
@@ -227,7 +227,7 @@
* then the pluginhandler can unload the DLL
*
*/
-STDAPI ENTRYPOINT(CanUnload)(void)
+STDAPI ENTRYPOINTCALLTYPE ENTRYPOINT(CanUnload)(void)
{
#ifdef HELIX_CONFIG_NOSTATICS
return HXR_FAIL;
@@ -249,7 +249,7 @@
* resources. This method is called just before the DLL is unloaded.
*
*/
-STDAPI ENTRYPOINT(HXSHUTDOWN)(void)
+STDAPI ENTRYPOINTCALLTYPE ENTRYPOINT(HXSHUTDOWN)(void)
{
return HXR_OK;
}
From ehyche at real.com Tue Feb 27 07:41:32 2007
From: ehyche at real.com (Eric Hyche)
Date: Tue Feb 27 08:20:22 2007
Subject: [Filesystem-dev] CR: These changes are needed to get the HEAD
(Atlas) code to work on Symbian 9.1 ARM Device
In-Reply-To: <45E41FB2.3040409@real.com>
References: <45E41FB2.3040409@real.com>
Message-ID: <00a201c75a85$c2b599e0$db68a8c0@EHYCHED620>
Looks good.
=============================================
Eric Hyche (ehyche@real.com)
Technical Lead
RealNetworks, Inc.
> -----Original Message-----
> From: filesystem-dev-bounces@helixcommunity.org
> [mailto:filesystem-dev-bounces@helixcommunity.org] On Behalf
> Of Gurpreet
> Sent: Tuesday, February 27, 2007 7:10 AM
> To: porting-symbian@helixcommunity.org
> Cc: filesystem-dev
> Subject: [Filesystem-dev] CR: These changes are needed to get
> the HEAD (Atlas) code to work on Symbian 9.1 ARM Device
>
> Synopsis:
> Changes are required to remove build errors.
>
> Overview:
> These changes are needed to get the HEAD (Atlas) code to work
> on Symbian
> 9.1 ARM Device
>
> Files Added:
> None
>
> Files Modified:
> http/factory.cpp
> local/full/smplfsys.cpp
>
> Image Size and Heap Use impact (Client -Only):
> None.
>
> Platforms and Profiles Affected:
> symbian-91
>
> Distribution Libraries Affected:
> None
>
> Distribution library impact and planned action:
> None
>
> Platforms and Profiles Build Verified:
>
> BIF branch -> helix_restricted
> Target(s) -> symbianinst
> Profile -> helix-client-s60-advanced
> SYSTEM_ID-> symbian-91-armv5-gcce
>
> Branch:
> HEAD
>
> Files Attached:
> filesystem.diff
>
> Regards,
> Gurpreet
>
From gahluwalia at real.com Tue Feb 27 22:25:42 2007
From: gahluwalia at real.com (Gurpreet)
Date: Tue Feb 27 23:07:08 2007
Subject: [Filesystem-dev] CN: These changes are needed to get the HEAD
(Atlas) code to work on Symbian 9.1 ARM Device
In-Reply-To: <00a201c75a85$c2b599e0$db68a8c0@EHYCHED620>
References: <45E41FB2.3040409@real.com>
<00a201c75a85$c2b599e0$db68a8c0@EHYCHED620>
Message-ID: <45E52066.5020503@real.com>
Thanks Eric,
These changes have been checked into head.
Best Regards,
Gurpreet
Eric Hyche wrote:
> Looks good.
>
> =============================================
> Eric Hyche (ehyche@real.com)
> Technical Lead
> RealNetworks, Inc.
>
>
>> -----Original Message-----
>> From: filesystem-dev-bounces@helixcommunity.org
>> [mailto:filesystem-dev-bounces@helixcommunity.org] On Behalf
>> Of Gurpreet
>> Sent: Tuesday, February 27, 2007 7:10 AM
>> To: porting-symbian@helixcommunity.org
>> Cc: filesystem-dev
>> Subject: [Filesystem-dev] CR: These changes are needed to get
>> the HEAD (Atlas) code to work on Symbian 9.1 ARM Device
>>
>> Synopsis:
>> Changes are required to remove build errors.
>>
>> Overview:
>> These changes are needed to get the HEAD (Atlas) code to work
>> on Symbian
>> 9.1 ARM Device
>>
>> Files Added:
>> None
>>
>> Files Modified:
>> http/factory.cpp
>> local/full/smplfsys.cpp
>>
>> Image Size and Heap Use impact (Client -Only):
>> None.
>>
>> Platforms and Profiles Affected:
>> symbian-91
>>
>> Distribution Libraries Affected:
>> None
>>
>> Distribution library impact and planned action:
>> None
>>
>> Platforms and Profiles Build Verified:
>>
>> BIF branch -> helix_restricted
>> Target(s) -> symbianinst
>> Profile -> helix-client-s60-advanced
>> SYSTEM_ID-> symbian-91-armv5-gcce
>>
>> Branch:
>> HEAD
>>
>> Files Attached:
>> filesystem.diff
>>
>> Regards,
>> Gurpreet
>>
>>
>
>
>
Copyright © 1995-2007 RealNetworks, Inc. All rights reserved.
RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.