/
zOMGdev
/
cppcms
Обзор
Документация
Войти
/
zOMGdev
/
cppcms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/localization/content.h
15 строк
255 B
Artyom Beilis
Some examples updated
14 фев 2012, 08:46
14 фев 2012, 08:46
5575d63
Код
Авторство
О чём код?
#ifndef CONTENT_H #define CONTENT_H #include <cppcms/view.h> #include <string> namespace content { struct message : public cppcms::base_content { std::string message; }; } #endif // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4