base_view.h   base_view.h 
#ifndef CPPCMS_BASEVIEW_H #ifndef CPPCMS_BASEVIEW_H
#define CPPCMS_BASEVIEW_H #define CPPCMS_BASEVIEW_H
#include <ostream> #include <ostream>
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <cstring>
#include <map> #include <map>
#include <memory> #include <memory>
#include <ctime> #include <ctime>
#include <boost/format/format_fwd.hpp> #include <boost/format/format_fwd.hpp>
#include "cppcms_error.h" #include "cppcms_error.h"
#include "config.h" #include "config.h"
namespace cppcms { namespace cppcms {
using namespace std; using namespace std;
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 config.h   config.h 
skipping to change at line 89 skipping to change at line 89
/* Name of package */ /* Name of package */
#define PACKAGE "cppcms" #define PACKAGE "cppcms"
/* Define to the address where bug reports for this package should be sent. */ /* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "artyomtnk@yahoo.com" #define PACKAGE_BUGREPORT "artyomtnk@yahoo.com"
/* Define to the full name of this package. */ /* Define to the full name of this package. */
#define PACKAGE_NAME "cppcms" #define PACKAGE_NAME "cppcms"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "cppcms 0.0.6" #define PACKAGE_STRING "cppcms 0.0.7"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "cppcms" #define PACKAGE_TARNAME "cppcms"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.0.6" #define PACKAGE_VERSION "0.0.7"
/* Define to 1 if you have the ANSI C header files. */ /* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* "Use boost::asio" */ /* "Use boost::asio" */
/* #undef USE_BOOST_ASIO */ /* #undef USE_BOOST_ASIO */
/* Version number of package */ /* Version number of package */
#define VERSION "0.0.6" #define VERSION "0.0.7"
 End of changes. 3 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/