patch submission(symbian/symbian_utils.dll)
authorAdam Russell <arussell@cs.uml.edu>
Sun, 28 Jun 2009 22:04:00 +0000 (18:04 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 29 Jun 2009 10:18:48 +0000 (12:18 +0200)
commit515fe3bd5a6032b6cb95d6331b812add93160bfd
treee16db91f9371fc0e05602e1de3233f221d588af2
parent43639bac1f28a48b8efcdee9011ac1116f2dad8d
patch submission(symbian/symbian_utils.dll)

Another symbian update.
Changes in this patch are describe below...

Changes made by Osvaldo Villalon:
  -deleted references to TDllReason
  -replaced TInt64.Low() with the I64LOW(TInt64) Macro
  -updated the 'Create' function call
Changes made by Adam Russell:
  -in order to resolve two kernel panics:
  -removed reference to PL_clocktick at line 198 as it
   is not correctly defined when first called there
  -changed CPerlBase to call a new constructor I created
   in Perl Base.cpp. The reason for this is that the new
   constructor does not push anything into the CleanupStack
   because doing so from a console app will cause a panic.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
symbian/symbian_utils.cpp