|
@@ -78,16 +78,10 @@ struct Device
|
|
|
void run();
|
|
void run();
|
|
|
|
|
|
|
|
/// Returns the number of command line parameters.
|
|
/// Returns the number of command line parameters.
|
|
|
- int argc() const
|
|
|
|
|
- {
|
|
|
|
|
- return _options._argc;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ int argc() const;
|
|
|
|
|
|
|
|
/// Returns command line parameters.
|
|
/// Returns command line parameters.
|
|
|
- const char **argv() const
|
|
|
|
|
- {
|
|
|
|
|
- return (const char **)_options._argv;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ const char **argv() const;
|
|
|
|
|
|
|
|
/// Quits the application.
|
|
/// Quits the application.
|
|
|
void quit();
|
|
void quit();
|