summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
blob: 6dff31fedd5cb54d913a6e2efd117978b357ce56 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef STRUS_CMS_HPP
#define STRUS_CMS_HPP

#include <cppcms/application.h>  

class strusCms : public cppcms::application {
	public:
		strusCms( cppcms::service &srv );
};

#endif