GNOME Bugzilla – Bug 658635
Add an abstract context manager base class
Last modified: 2011-09-12 19:58:25 UTC
The windows context manager shares ~95% of code with the unix context manager. This commit is supposed to reduce the amount of code duplication.
Created attachment 196065 [details] [review] Add an abstract context manager base class Make the Unix context manager derive from the simple context manager. Preparation for the windows context manager which shares a lot of code.
Merged!
Review of attachment 196065 [details] [review]: Committed!