Fixed XBox 360 compilation error

git-svn-id: file:///srv/devel/repo-conversion/nusu@175 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-09-16 20:07:36 +00:00
parent e74955b161
commit 7a7e71d0c3

View File

@ -246,6 +246,7 @@ namespace Nuclex.Support {
} }
} }
#if !XBOX360
/// <summary>Retrieves the ProcessThread for the calling thread</summary> /// <summary>Retrieves the ProcessThread for the calling thread</summary>
/// <returns>The ProcessThread for the calling thread</returns> /// <returns>The ProcessThread for the calling thread</returns>
private static ProcessThread getCurrentProcessThread() { private static ProcessThread getCurrentProcessThread() {
@ -260,6 +261,7 @@ namespace Nuclex.Support {
return null; return null;
} }
#endif
/// <summary>Obtains the next work item from the queue</summary> /// <summary>Obtains the next work item from the queue</summary>
/// <returns>The next work item in the queue</returns> /// <returns>The next work item in the queue</returns>