CppCMS
cppcms/serialization.h
00001 
00002 //                                                                             
00003 //  Copyright (C) 2008-2012  Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>     
00004 //                                                                             
00005 //  See accompanying file COPYING.TXT file for licensing details.
00006 //
00008 #ifndef CPPCMS_SERIALIZATION_H
00009 #define CPPCMS_SERIALIZATION_H
00010 
00011 #include <cppcms/serialization_classes.h>
00012 #include <cppcms/archive_traits.h>
00013 
00014 #endif