forked from artyom-beilis/cppcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.h
More file actions
20 lines (19 loc) · 804 Bytes
/
Copy pathview.h
File metadata and controls
20 lines (19 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_VIEW_H
#define CPPCMS_VIEW_H
#include <cppcms/form.h>
#include <cppcms/filters.h>
#include <cppcms/base_view.h>
#include <cppcms/views_pool.h>
#include <cppcms/application.h>
#include <cppcms/url_mapper.h>
#include <cppcms/copy_filter.h>
#include <cppcms/cache_interface.h>
#include <cppcms/session_interface.h>
#endif