#include <clientControlThread.h>
Public Attributes | |
int | argc |
number of arguments. More... | |
char** | argv |
pointer-pointer to the arguments. More... |
Definition at line 11 of file clientControlThread.h.
00011 { 00012 int argc; 00013 char** argv; 00014 }
|
|