No more C++ RecordedObject and ObjectsRegistry code.

All RPC API will be implemented in pure javascript.
This commit is contained in:
Cheng Zhao 2013-04-25 15:02:58 +08:00
parent d723173bc7
commit 0692776020
9 changed files with 9 additions and 161 deletions

View file

@ -16,8 +16,8 @@ namespace atom {
namespace api {
EventEmitter::EventEmitter(v8::Handle<v8::Object> wrapper)
: RecordedObject(wrapper) {
EventEmitter::EventEmitter(v8::Handle<v8::Object> wrapper) {
Wrap(wrapper);
}
EventEmitter::~EventEmitter() {