Rev 1647 | Rev 1664 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1647 | Rev 1657 | ||
|---|---|---|---|
| Line 57... | Line 57... | ||
| 57 | 57 | ||
| 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 | }; |
63 | }; |
| 63 | 64 | ||
| 64 | }; // namespace plugin |
65 | }; // namespace plugin |
| 65 | }; // namespace vm |
66 | }; // namespace vm |
| 66 | }; // namespace atom |
67 | }; // namespace atom |