Rev 1601 | Rev 1608 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1601 | Rev 1604 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | namespace atom { |
25 | namespace atom { |
| 26 | namespace vm { |
26 | namespace vm { |
| 27 | 27 | ||
| 28 | Plugin::Plugin() |
28 | Plugin::Plugin() |
| 29 | { |
29 | { |
| 30 | - | ||
| - | 30 | this->tracker_ = TrackerPointer(new char); |
|
| 31 | } |
31 | } |
| 32 | 32 | ||
| 33 | Plugin::~Plugin() |
33 | Plugin::~Plugin() |
| 34 | { |
34 | { |
| 35 | - | ||
| - | 35 | this->tracker_.reset(); |
|
| 36 | } |
36 | } |
| 37 | 37 | ||
| 38 | std::string Plugin::GetName() |
38 | std::string Plugin::GetName() |
| 39 | { |
39 | { |
| 40 | return this->name_; |
40 | return this->name_; |