Rev 1657 | Rev 1959 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1657 | Rev 1664 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | static logging::Logger LOG; |
58 | static logging::Logger LOG; |
| 59 | 59 | ||
| 60 | static Value Export_PromptRequest(const v8::Arguments& args); |
60 | static Value Export_PromptRequest(const v8::Arguments& args); |
| 61 | static Value Export_AutoCompleteResponse(const v8::Arguments& args); |
61 | static Value Export_AutoCompleteResponse(const v8::Arguments& args); |
| 62 | static Value Export_LogToClient(const v8::Arguments& args); |
62 | static Value Export_LogToClient(const v8::Arguments& args); |
| - | 63 | static Value Export_DisconnectClient(const v8::Arguments& args); |
|
| 63 | }; |
64 | }; |
| 64 | 65 | ||
| 65 | }; // namespace plugin |
66 | }; // namespace plugin |
| 66 | }; // namespace vm |
67 | }; // namespace vm |
| 67 | }; // namespace atom |
68 | }; // namespace atom |