Changed all remaining COMPACTFRAMEWORK constants around serialization code to NO_SERIALIZATION
git-svn-id: file:///srv/devel/repo-conversion/nusu@157 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
8f16d09c8a
commit
74bf351727
6 changed files with 24 additions and 18 deletions
|
|
@ -133,7 +133,7 @@ namespace Nuclex.Support.Tracking {
|
|||
}
|
||||
}
|
||||
|
||||
#if !COMPACTFRAMEWORK
|
||||
#if !XBOX360
|
||||
|
||||
/// <summary>Waits until the background process finishes or a timeout occurs</summary>
|
||||
/// <param name="timeout">
|
||||
|
|
@ -150,7 +150,7 @@ namespace Nuclex.Support.Tracking {
|
|||
return WaitHandle.WaitOne(timeout, false);
|
||||
}
|
||||
|
||||
#endif // !COMPACTFRAMEWORK
|
||||
#endif // !XBOX360
|
||||
|
||||
/// <summary>Waits until the background process finishes or a timeout occurs</summary>
|
||||
/// <param name="timeoutMilliseconds">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue