- Experimented a bit more with the treeview widget, with little success, It should segfault on selection of the menu entry "Add Process"
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@869 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
45ef305a1b
commit
047f0b8f86
4 changed files with 60 additions and 18 deletions
|
@ -29,3 +29,6 @@ UserInterruptException::UserInterruptException(const char* msg)
|
|||
: CPUPolicyException(msg)
|
||||
{}
|
||||
|
||||
UserInterruptException::UserInterruptException(const std::string& msg)
|
||||
: CPUPolicyException(msg)
|
||||
{}
|
||||
|
|
|
@ -38,6 +38,7 @@ namespace sgpem
|
|||
{
|
||||
public:
|
||||
explicit UserInterruptException(const char* msg = "");
|
||||
explicit UserInterruptException(const std::string& msg = "");
|
||||
};
|
||||
} //~ namespace sgpem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue