CgiDefs.h   CgiDefs.h 
skipping to change at line 57 skipping to change at line 57
#ifdef WIN32 #ifdef WIN32
// export library symbols // export library symbols
# ifdef CGICC_EXPORTS # ifdef CGICC_EXPORTS
# define CGICC_API __declspec(dllexport) # define CGICC_API __declspec(dllexport)
# else # else
# define CGICC_API __declspec(dllimport) # define CGICC_API __declspec(dllimport)
# endif # endif
# define HOST "Win32" # define HOST "Win32"
# define VERSION "3.2.9" # define VERSION "3.2.10"
#else #else
# define CGICC_API # define CGICC_API
#endif /* WIN32 */ #endif /* WIN32 */
#endif /* ! _CGIDEFS_H_ */ #endif /* ! _CGIDEFS_H_ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 CgiEnvironment.h   CgiEnvironment.h 
/* -*-mode:c++; c-file-style: "gnu";-*- */ /* -*-mode:c++; c-file-style: "gnu";-*- */
/* /*
* $Id: CgiEnvironment.h,v 1.19 2007/07/02 18:48:17 sebdiaz Exp $ * $Id: CgiEnvironment.h,v 1.20 2013/01/12 19:57:04 sebdiaz Exp $
* *
* Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org> * Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org>
* 2007 Sebastien DIAZ <sebastien.diaz@gmail.com> * 2007 Sebastien DIAZ <sebastien.diaz@gmail.com>
* Part of the GNU cgicc library, http://www.gnu.org/software/cgicc * Part of the GNU cgicc library, http://www.gnu.org/software/cgicc
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
skipping to change at line 575 skipping to change at line 575
std::string fContentType; std::string fContentType;
std::string fAccept; std::string fAccept;
std::string fUserAgent; std::string fUserAgent;
std::string fPostData; std::string fPostData;
std::string fRedirectRequest; std::string fRedirectRequest;
std::string fRedirectURL; std::string fRedirectURL;
std::string fRedirectStatus; std::string fRedirectStatus;
std::string fReferrer; std::string fReferrer;
std::string fCookie; std::string fCookie;
std::vector<HTTPCookie> fCookies; std::vector<HTTPCookie> fCookies;
std::string fAcceptLanguageString;
}; };
} // namespace cgicc } // namespace cgicc
#endif /* ! _CGIENVIRONMENT_H_ */ #endif /* ! _CGIENVIRONMENT_H_ */
 End of changes. 2 change blocks. 
1 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/