mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-3276 Put all C++ classes in ghidra namespace
This commit is contained in:
parent
ca9a56b5f4
commit
fe137f20f3
217 changed files with 1635 additions and 554 deletions
|
@ -16,8 +16,8 @@
|
|||
/// \file ghidra_process.hh
|
||||
/// \brief The formal commands that can be issued to the decompiler by the Ghidra client
|
||||
|
||||
#ifndef __GHIDRA_PROCESS__
|
||||
#define __GHIDRA_PROCESS__
|
||||
#ifndef __GHIDRA_PROCESS_HH__
|
||||
#define __GHIDRA_PROCESS_HH__
|
||||
|
||||
#include "capability.hh"
|
||||
#include "ghidra_arch.hh"
|
||||
|
@ -27,6 +27,8 @@
|
|||
#include <iostream>
|
||||
#include <csignal>
|
||||
|
||||
namespace ghidra {
|
||||
|
||||
using std::cin;
|
||||
using std::cout;
|
||||
|
||||
|
@ -239,4 +241,5 @@ public:
|
|||
extern void connect_to_console(Funcdata *fd);
|
||||
#endif
|
||||
|
||||
} // End namespace ghidra
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue