Skip to content

Commit

Permalink
2003-09-07 Sebastien Pouliot <spouliot@videotron.ca>
Browse files Browse the repository at this point in the history
	* Path.cs: RoutingFault not yet implemented (commented).

svn path=/trunk/mcs/; revision=17985
  • Loading branch information
Sebastien Pouliot committed Sep 8, 2003
1 parent 324a07d commit 9aa5987
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
@@ -1,3 +1,14 @@
2003-09-07 Sebastien Pouliot <spouliot@videotron.ca>

* Path.cs: Constructors are internal and Clone is non virtual in WSE1
(corcompare). Added missing properties (many are obsolete in WSE2).
* RoutingInputFilter.cs: Added missing TODO.
* RoutingOutputFilter.cs: Added missing TODO.
* Via.cs: Removed virtual from Clone for WSE1 (corcompare).
* ViaCollection.cs: Removed virtual from Clone/GetEnumerator/CopyTo/
SyncRoot for WSE1 (corcompare).
* WSRouting.cs: New. Routing constant strings.

2003-09-06 Sebastien Pouliot <spouliot@videotron.ca>

* RoutingInputFilter.cs: Stubbed for compilation (configuration).
Expand Down
Expand Up @@ -73,11 +73,11 @@ public virtual object Clone ()
set { ; }
}

[MonoTODO]
/* [MonoTODO]
public RoutingFault Fault {
get { return null; }
set { ; }
}
}*/

#if !WSE1
[Obsolete]
Expand Down

0 comments on commit 9aa5987

Please sign in to comment.