Convert all .cpp and .h files to UTF-8 with BOM

This commit is contained in:
Thomas Krijnen
2012-07-19 18:26:47 +00:00
parent cec7117eb5
commit b4e42025fd
53 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define CURVE(T) \
if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define FACE(T) \
if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define SHAPE(T) \
if ( l->is(T::Class()) ) { \
try { \
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define SHAPES(T) \
if ( l->is(T::Class()) ) { \
try { \
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define WIRE(T) \
if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define CLASS(T,V) \
std::map<int,V> T;
#include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#ifndef SHAPES
#ifndef SHAPES
#define SHAPES(T)
#endif
#ifndef SHAPE
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define CLASS(T,V) bool convert(const T::ptr L, V& r);
#define SHAPES(T) CLASS(T,ShapeList)
#define SHAPE(T) CLASS(T,TopoDS_Shape)
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define SHAPES(T) \
if ( l->is(T::Class()) ) return true;
#include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h"
#include "IfcRegisterUndef.h"
#define CLASS(T,V) \
T.clear();
#include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#ifdef SHAPES
#ifdef SHAPES
#undef SHAPES
#endif
#ifdef SHAPE
+1 -1
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *