some 'const' specifications, putting the code to determine the default device

in its own file
This commit is contained in:
Arnout Engelen
2011-07-12 21:53:54 +00:00
parent a50b249438
commit ff8151fe96
9 changed files with 37 additions and 24 deletions

View File

@@ -109,7 +109,7 @@ private:
Process * val;
};
Process * getProcess (Connection * connection, char * devicename = NULL);
Process * getProcess (Connection * connection, const char * devicename = NULL);
void process_init ();