mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
CShellWindow: apply clearer enum format declaration
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