Project

General

Profile

Revision 144

Added by Jason knichel almost 16 years ago

added some todo's

View differences:

trunk/code/projects/colonet/ColonetServer/Command.cpp
3 3
 *
4 4
 * @author Jason Knichel
5 5
 * @date 10/9/07
6
 *
7
 * @todo make it so command doesn't rely on connection pool.  have methods
8
 *       that may return a response return it by getting a response array passed in to them
9
 *       that they fill in and then colonet server takes the contents of that response array
10
 *       and sends it to the appropriate client
6 11
 */
7 12

  
8 13
#include <stdlib.h>
trunk/code/projects/colonet/ColonetServer/ConnectionPool.cpp
3 3
 *
4 4
 * @author Jason Knichel
5 5
 * @date 7/22/07
6
 *
7
 * @todo make it so check clients doesn't call parse command.  
8
 *       instead somehow make it so colonet server can get the commands somehow and parse them itself
6 9
 */
7 10

  
8 11
#include <sys/select.h>

Also available in: Unified diff