Rev 1608 | Rev 1625 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1608 | Rev 1619 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | * with this program; if not, write to the Free Software Foundation, Inc., |
16 | * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 18 | * |
18 | * |
| 19 | */ |
19 | */ |
| 20 | 20 | ||
| 21 | #ifndef |
21 | #ifndef VM_PLUGIN_CONSOLE_H |
| 22 | #define |
22 | #define VM_PLUGIN_CONSOLE_H |
| 23 | 23 | ||
| 24 | #include <boost/shared_ptr.hpp> |
24 | #include <boost/shared_ptr.hpp> |
| 25 | 25 | ||
| 26 | #include "logging/Logger.h" |
26 | #include "logging/Logger.h" |
| 27 | #include "net/Subscriber.h" |
27 | #include "net/Subscriber.h" |
| Line 59... | Line 59... | ||
| 59 | 59 | ||
| 60 | }; // namespace plugin |
60 | }; // namespace plugin |
| 61 | }; // namespace vm |
61 | }; // namespace vm |
| 62 | }; // namespace atom |
62 | }; // namespace atom |
| 63 | 63 | ||
| 64 | #endif // |
64 | #endif // VM_PLUGIN_CONSOLE_H |