mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +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
|
||||
{
|
||||
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();
|
||||
private:
|
||||
|
Reference in New Issue
Block a user