Rev 1608 | Rev 1625 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1608 | Rev 1619 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | } |
58 | } |
| 59 | 59 | ||
| 60 | void Manager::Delete() |
60 | void Manager::Delete() |
| 61 | { |
61 | { |
| 62 | Manager::instance_.reset(); |
62 | Manager::instance_.reset(); |
| - | 63 | } |
|
| - | 64 | ||
| - | 65 | v8::Persistent<v8::Context>& Manager::GetContext() |
|
| - | 66 | { |
|
| - | 67 | return this->context_; |
|
| 63 | } |
68 | } |
| 64 | 69 | ||
| 65 | void Manager::AddPlugin(Plugin::Pointer plugin) |
70 | void Manager::AddPlugin(Plugin::Pointer plugin) |
| 66 | { |
71 | { |
| 67 | this->plugins_.push_back(plugin); |
72 | this->plugins_.push_back(plugin); |