Further address UCS2 - UCS4 incompatibility, move compatibility layer to ifcwrap/Interface.h

This commit is contained in:
Thomas Krijnen
2011-12-06 10:38:14 +00:00
parent 203dd2107e
commit 479fcd9013
4 changed files with 14 additions and 14 deletions
+3 -1
View File
@@ -64,7 +64,9 @@ namespace IfcGeomObjects {
bool Next();
const IfcGeomObject* Get();
bool Init(const std::string fn);
bool Init(const std::vector<int>& fn);
bool InitUCS2(const char* fn) {
return Init(std::string(fn+1));
}
void Settings(int setting, bool value);
int Progress();
const IfcObject* GetObject(int id);