Skip to content

Commit

Permalink
Update PCL Export signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 10, 2014
1 parent 7af9589 commit ffcc74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ServiceStack.Text/PclExport.Net40.cs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ public IosPclExport()
SupportsEmit = SupportsExpression = false;
}

public override void VerifyInAssembly(Type accessType, string assemblyName)
public override void VerifyInAssembly(Type accessType, ICollection<string> assemblyNames)
{
}

Expand Down Expand Up @@ -849,7 +849,7 @@ public AndroidPclExport()
PlatformName = "Android";
}

public override void VerifyInAssembly(Type accessType, string assemblyName)
public override void VerifyInAssembly(Type accessType, ICollection<string> assemblyNames)
{
}

Expand Down

0 comments on commit ffcc74d

Please sign in to comment.