Skip to content

Commit

Permalink
Add IObserver/IObservable to MOBILE profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpera committed Aug 11, 2011
1 parent 209c253 commit 9445d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mcs/class/corlib/System/IObservable.cs
Expand Up @@ -26,7 +26,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if NET_4_0
#if NET_4_0 || MOBILE

namespace System
{
Expand Down
2 changes: 1 addition & 1 deletion mcs/class/corlib/System/IObserver.cs
Expand Up @@ -26,7 +26,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if NET_4_0
#if NET_4_0 || MOBILE

namespace System
{
Expand Down

0 comments on commit 9445d6e

Please sign in to comment.