Changeset 19406 for lang/csharp/iTunesCOMWrap/trunk/iTunesCOMWrap/Utils.cs
- Timestamp:
- 09/17/08 01:02:16 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/iTunesCOMWrap/trunk/iTunesCOMWrap/Utils.cs
r19308 r19406 1 1 // $Id$ 2 3 using Clovery.iTunesHelper.COMWrap.Interfaces; 2 4 3 5 namespace Clovery.iTunesHelper.COMWrap.Internal … … 17 19 return (long) high << 32 | (uint) low; 18 20 } 21 22 protected internal static object ConvertObjectToITObject(IITInternalObject obj) 23 { 24 return obj.__internalObject; 25 } 19 26 } 20 27 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)