Changeset 3347
- Timestamp:
- 01/31/08 20:07:59
- Files:
-
- trunk/bindings/dotnet/tny/IteratorAdapter.custom (moved) (moved from trunk/bindings/dotnet/tny/IteratorAdaptor.custom)
- trunk/bindings/dotnet/tny/ListAdapter.custom (moved) (moved from trunk/bindings/dotnet/tny/ListAdaptor.custom) (1 diff)
- trunk/bindings/dotnet/tny/SimpleList.custom (added)
- trunk/bindings/dotnet/tny/libtinymail.metadata (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bindings/dotnet/tny/ListAdapter.custom
r3346 r3347 1 1 2 public IEnumerator GetEnumerator()2 public System.Collections.IEnumerator GetEnumerator() 3 3 { 4 return ( IEnumerator) this.CreateIterator ();4 return (System.Collections.IEnumerator) this.CreateIterator (); 5 5 } 6 6 trunk/bindings/dotnet/tny/libtinymail.metadata
r3341 r3347 8 8 <attr path="/api/namespace/interface[@cname='TnyFolderStore']" name="consume_only">1</attr> 9 9 <attr path="/api/namespace/interface[@cname='TnyMimePart']" name="consume_only">1</attr> 10 <add-node path="/api/namespace/interface[@cname='TnyList']"><implements><interface name=" IEnumerable" /></implements></add-node>11 <add-node path="/api/namespace/interface[@cname='TnyIterator']"><implements><interface name=" IEnumerator" /></implements></add-node>10 <add-node path="/api/namespace/interface[@cname='TnyList']"><implements><interface name="System.Collections.IEnumerable" /></implements></add-node> 11 <add-node path="/api/namespace/interface[@cname='TnyIterator']"><implements><interface name="System.Collections.IEnumerator" /></implements></add-node> 12 12 <attr path="/api/namespace/interface[@cname='TnyIterator']/method[@cname='tny_iterator_get_current']" name="name">GetGlibCurrent</attr> 13 13 </metadata>
