MyServer - Tasks: task #8588, Remove the Singleton design...
You are not allowed to post comments on this tracker with your current authentication level.
task #8588: Remove the Singleton design pattern from Server
Submitter: | Giuseppe Scrivano <gscrivano> | ||
Submitted: | Mon 01 Sep 2008 02:44:46 PM UTC | ||
Should Start On: | Sun 31 Aug 2008 10:00:00 PM UTC | Should be Finished on: | Tue 30 Sep 2008 10:00:00 PM UTC |
Category: | task | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Release: | |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
The Server class, that is defined in src/server/server.cpp, is using the Singleton design pattern.
This should be changed to allow different instances of Server if it is needed.