Skip to content

Commit

Permalink
Merge pull request #491 from halildurmus/type-cleanup
Browse files Browse the repository at this point in the history
Clean up `specialTypes`
  • Loading branch information
Tim Sneath committed Jun 8, 2022
2 parents 05df938 + 210898f commit ca80006
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions lib/src/winrt/iphonenumberformatterstatics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import '../winrt_helpers.dart';

import '../extensions/hstring_array.dart';

import 'phonenumberformatter.dart';
import '../com/iinspectable.dart';

/// @nodoc
Expand Down
1 change: 1 addition & 0 deletions lib/src/winrt/iphonenumberinfostatics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import '../winrt_helpers.dart';

import '../extensions/hstring_array.dart';

import 'phonenumberinfo.dart';
import '../com/iinspectable.dart';

/// @nodoc
Expand Down
6 changes: 0 additions & 6 deletions tool/generator/lib/src/projection/type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ const Map<String, TypeTuple> specialTypes = {
'Windows.Win32.Foundation.ULARGE_INTEGER':
TypeTuple('Uint64', 'int', attribute: '@Uint64()'),
'System.Guid': TypeTuple('GUID', 'GUID'),
'Windows.Foundation.IAsyncOperation`1':
TypeTuple('Pointer<COMObject>', 'Pointer<COMObject>'),
'Windows.Foundation.Collections.IVector`1':
TypeTuple('Pointer<COMObject>', 'Pointer<COMObject>'),
'Windows.Foundation.Collections.IVectorView`1':
TypeTuple('Pointer<COMObject>', 'Pointer<COMObject>'),
'Windows.Foundation.DateTime': TypeTuple('Uint64', 'int',
attribute: '@Uint64()', methodParamType: 'DateTime'),
'Windows.Foundation.HResult':
Expand Down

0 comments on commit ca80006

Please sign in to comment.