initial implementation
This commit is contained in:
commit
1078c49269
30 changed files with 2131 additions and 0 deletions
15
src/process/UpxToConsole.cpp
Normal file
15
src/process/UpxToConsole.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* @file UpxToConsole.cpp */
|
||||
|
||||
#include "UpxToConsole.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace process {
|
||||
ref::rp<UpxToConsole>
|
||||
UpxToConsole::make()
|
||||
{
|
||||
return new UpxToConsole();
|
||||
} /*make*/
|
||||
|
||||
UpxToConsole::UpxToConsole() = default;
|
||||
} /*namespace process*/
|
||||
} /*namespace xo*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue