Exemplo n.º 1
0
				virtual void onShutdown()
				{
					printf("Client shutdown.\n");
					ready = false;
					if (os.isValid()) {
						printf("  Shutting down outstream.\n");
						os.shutdown(this);
					} else {
						printf("  Done.\n");
						server.removeConnection(this);
						delete this;
					}
				}