Subversion Repositories HomeAutomation

Rev

Rev 1652 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1652 Rev 1660
Line 18... Line 18...
18
 *
18
 *
19
 */
19
 */
20
 
20
 
21
#ifndef VM_PLUGIN_XORG_H
21
#ifndef VM_PLUGIN_XORG_H
22
#define VM_PLUGIN_XORG_H
22
#define VM_PLUGIN_XORG_H
23
 
-
 
24
#include "config.h"
-
 
25
 
-
 
26
#ifdef USE_PLUGIN_XORG
-
 
27
 
23
 
28
#include <boost/shared_ptr.hpp>
24
#include <boost/shared_ptr.hpp>
29
 
25
 
30
#include "vm/Plugin.h"
26
#include "vm/Plugin.h"
31
#include "logging/Logger.h"
27
#include "logging/Logger.h"
Line 48... Line 44...
48
private:
44
private:
49
    static logging::Logger LOG;
45
    static logging::Logger LOG;
50
   
46
   
51
    static Value Export_SendKey(const v8::Arguments& args);
47
    static Value Export_SendKey(const v8::Arguments& args);
52
};
48
};
53
 
49
 
54
}; // namespace plugin
50
}; // namespace plugin
55
}; // namespace vm
51
}; // namespace vm
56
}; // namespace atom
52
}; // namespace atom
57
 
-
 
58
#endif // USE_PLUGIN_XORG
-
 
59
 
53
 
60
#endif // VM_PLUGIN_XORG_H
54
#endif // VM_PLUGIN_XORG_H