Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90582 | Differences between
and this patch

Collapse All | Expand All

(-)xlogical-1.0/properties.h.orig (-2 lines)
Lines 33-41 Link Here
33
#include <map>
33
#include <map>
34
#include <string>
34
#include <string>
35
35
36
#ifdef WIN32
37
using namespace std;
36
using namespace std;
38
#endif
39
37
40
#include "defs.h"
38
#include "defs.h"
41
39
(-)xlogical-1.0/anim.h.prog (-2 lines)
Lines 27-35 Link Here
27
// Language Includes
27
// Language Includes
28
#include <list>
28
#include <list>
29
29
30
#ifdef WIN32
31
using namespace std;
30
using namespace std;
32
#endif
33
31
34
// Application Includes
32
// Application Includes
35
#include "graph.h"
33
#include "graph.h"
(-)xlogical-1.0/exception.h.orig (-2 / +1 lines)
Lines 27-36 Link Here
27
27
28
// Language Includes
28
// Language Includes
29
#include <string>
29
#include <string>
30
#include <iostream>
30
31
31
#ifdef WIN32
32
using namespace std;
32
using namespace std;
33
#endif
34
33
35
#define CatchEx(aEx)		catch( CXLException aEx )
34
#define CatchEx(aEx)		catch( CXLException aEx )
36
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)
35
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)

Return to bug 90582