mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CShellWindow: apply clearer enum format declaration
Origin commit data
------------------
Commit: 305511a395
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-04 (Sat, 04 Oct 2014)
This commit is contained in:
@@ -36,7 +36,11 @@
|
|||||||
class CShellWindow
|
class CShellWindow
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum shellwindow_modes { VERBOSE = 1, ACKNOWLEDGE = 2 };
|
enum shellwindow_modes
|
||||||
|
{
|
||||||
|
VERBOSE = 1,
|
||||||
|
ACKNOWLEDGE = 2
|
||||||
|
};
|
||||||
CShellWindow(const std::string &cmd, const int mode = 0, int *res = NULL);
|
CShellWindow(const std::string &cmd, const int mode = 0, int *res = NULL);
|
||||||
~CShellWindow();
|
~CShellWindow();
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user