Skip to content
Snippets Groups Projects
Commit 51477757 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Merge branch 'master' of git.zephyr-software.com:opensrc/irdb-sdk

parents bbf28f5d 487c5f83
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ namespace IRDB_SDK
using namespace std;
// enums
using ADFileType_t = enum ADFileType
using ADFileType_t = enum ADFileType
{
adftELFEXE,
adftELFSO,
......@@ -67,15 +67,6 @@ namespace IRDB_SDK
itAggregate
};
// enum renames
//using ADFileType_t = enum ADFileType;
//using ADMachineType_t = enum ADMachineType;
//using DatabaseErrorType_t = enum DatabaseErrorType;
//using ICFSAnalysisStatus_t = enum ICFSAnalysisStatus;
//using IRDBType_t = enum IRDBType;
// forward decls;
class AddressID_t;
class ArchitectureDescription_t;
......@@ -123,6 +114,4 @@ namespace IRDB_SDK
using FileSet_t = set<File_t*>;
using DecodedOperandVector_t = vector<shared_ptr < DecodedOperand_t > >;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment