Upgraded projects to XNA Game Studio 3.0 (CTP 2008-05); marked LoadGraphicsContent() and UnloadGraphicsContent() methods as obsolete in the custom Drawable and DrawableComponent classes; updated copyright date to include the year 2008; replaced the reference to the self-compiled SevenZip.dll with Lzma#.dll, which is the name of official binary for the same library; fixed formatting in various places
git-svn-id: file:///srv/devel/repo-conversion/nusu@70 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
0b1044105f
commit
4567b296ae
|
@ -342,8 +342,8 @@ namespace Nuclex.Support.Tracking {
|
|||
|
||||
tracker.AsyncIdleStateChanged +=
|
||||
(EventHandler<IdleStateEventArgs>)delegate(object sender, IdleStateEventArgs arguments) {
|
||||
tracker.Track(Waitable.EndedDummy);
|
||||
};
|
||||
tracker.Track(Waitable.EndedDummy);
|
||||
};
|
||||
|
||||
test1.End();
|
||||
}
|
||||
|
|
|
@ -96,7 +96,7 @@ namespace Nuclex.Support.Tracking {
|
|||
/// Allows the specific request implementation to re-throw an exception if
|
||||
/// the background process finished unsuccessfully
|
||||
/// </summary>
|
||||
protected virtual void ReraiseExceptions() {}
|
||||
protected virtual void ReraiseExceptions() { }
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user