Switch to unified view

a/libupnpp/log.hxx b/libupnpp/log.hxx
...
...
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _LOG_H_X_INCLUDED_
17
#ifndef _LOG_H_X_INCLUDED_
18
#define _LOG_H_X_INCLUDED_
18
#define _LOG_H_X_INCLUDED_
19
19
20
#include <iostream>
20
#include <fstream>                      // for ofstream
21
#include <fstream>
21
#include <iostream>                     // for cerr, ostream
22
#include <string>
22
#include <string>                       // for string
23
23
24
namespace UPnPP {
24
namespace UPnPP {
25
25
26
    class Logger {
26
    class Logger {
27
    public:
27
    public: