Actions
Feature #2704
closedserver.run()
Start date:
02/23/2014
Due date:
% Done:
0%
Estimated time:
Description
The following code (found in many examples):
if (server.start()) {
WServer::waitForShutdown();
server.stop();
}
Could be simplified to:
server.run()
by implementing the member function "run".
Updated by Koen Deforche over 10 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
- Target version set to 3.3.3
Updated by Koen Deforche over 10 years ago
- Target version changed from 3.3.3 to 3.3.4
Updated by Roel Standaert over 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions