Rev 1642 | Rev 1647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1642 | Rev 1644 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | void SlotOnNewStateHandler(net::ClientId client_id, net::ServerId server_id, net::ClientState client_state); |
55 | void SlotOnNewStateHandler(net::ClientId client_id, net::ServerId server_id, net::ClientState client_state); |
| 56 | void SlotOnNewDataHandler(net::ClientId client_id, net::ServerId server_id, common::Byteset data); |
56 | void SlotOnNewDataHandler(net::ClientId client_id, net::ServerId server_id, common::Byteset data); |
| 57 | 57 | ||
| 58 | static logging::Logger LOG; |
58 | static logging::Logger LOG; |
| 59 | 59 | ||
| 60 | static Value |
60 | static Value Export_RegisterCommand(const v8::Arguments& args); |
| 61 | }; |
61 | }; |
| 62 | 62 | ||
| 63 | }; // namespace plugin |
63 | }; // namespace plugin |
| 64 | }; // namespace vm |
64 | }; // namespace vm |
| 65 | }; // namespace atom |
65 | }; // namespace atom |