Revision 130
extracted some code in the Command class into their own private methods
Command.h | ||
---|---|---|
21 | 21 |
|
22 | 22 |
private: |
23 | 23 |
int parse_send_to_robot(int number_tokens, char tokens[MAX_TOKENS][MAX_TOKEN_SIZE]); |
24 |
int parse_request_from_server(int number_tokens, char tokens[MAX_TOKENS][MAX_TOKEN_SIZE], ConnectionPool * connection_pool, int pool_index); |
|
25 |
|
|
24 | 26 |
}; |
25 | 27 |
|
26 | 28 |
|
Also available in: Unified diff