Bug 218524 - [api][breaking] Remove deprecated ISystemViewInputProvider#getShell()
Summary: [api][breaking] Remove deprecated ISystemViewInputProvider#getShell()
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0 M5   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 215820
  Show dependency tree
 
Reported: 2008-02-11 11:39 EST by Martin Oberhuber CLA
Modified: 2008-02-13 16:07 EST (History)
0 users

See Also:


Attachments
Patch for the API change (10.02 KB, patch)
2008-02-11 11:43 EST, Martin Oberhuber CLA
no flags Details | Diff
Patch for SystemTeamViewInputProvider (2.10 KB, patch)
2008-02-12 13:14 EST, Martin Oberhuber CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2008-02-11 11:39:06 EST
Following deprecated methods should be removed:

interface ISystemViewInputProvider
   Object getShell();
   void setShell(Object);
}

in order to facilitate easier moving of SystemRegistry implementation into non-UI.
Comment 1 Martin Oberhuber CLA 2008-02-11 11:43:14 EST
Created attachment 89418 [details]
Patch for the API change
Comment 2 Martin Oberhuber CLA 2008-02-11 11:44:35 EST
Patch committed.
Comment 3 Martin Oberhuber CLA 2008-02-12 13:14:53 EST
Created attachment 89527 [details]
Patch for SystemTeamViewInputProvider

Noticed that SystemTeamViewInputProvider is also affected. 
Patch attached, committed.