mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@604 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
51abd10847
commit
2b6356c435
1 changed files with 4 additions and 4 deletions
|
|
@ -217,16 +217,16 @@ namespace
|
|||
class my_observer : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
virtual ~my_observer() {}
|
||||
|
||||
virtual ~my_observer()
|
||||
{}
|
||||
virtual void notify( int value ) = 0;
|
||||
};
|
||||
|
||||
class my_manager : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
virtual ~my_manager() {}
|
||||
|
||||
virtual ~my_manager()
|
||||
{}
|
||||
virtual my_observer& get_observer() const = 0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue