Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IRDB SDK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
IRDB SDK
Commits
487c5f83
Commit
487c5f83
authored
5 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
fixed formatting, removed commented-out code
parent
def6b85b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/inc-core/basetypes.hpp
+1
-12
1 addition, 12 deletions
include/inc-core/basetypes.hpp
with
1 addition
and
12 deletions
include/inc-core/basetypes.hpp
+
1
−
12
View file @
487c5f83
...
...
@@ -19,7 +19,7 @@ namespace IRDB_SDK
using
namespace
std
;
// enums
using
ADFileType_t
=
enum
ADFileType
using
ADFileType_t
=
enum
ADFileType
{
adftELFEXE
,
adftELFSO
,
...
...
@@ -66,15 +66,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
;
...
...
@@ -122,6 +113,4 @@ namespace IRDB_SDK
using
FileSet_t
=
set
<
File_t
*>
;
using
DecodedOperandVector_t
=
vector
<
shared_ptr
<
DecodedOperand_t
>
>
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment