#97 closed enhancement (fixed)
Make one pseudobond manager per session
Reported by: | Tom Goddard | Owned by: | Eric Pettersen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | chimera |
Description
Currently there is one pseudobond manager for all sessions in the C++ code. Session will need there own.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Implemented the per-session part. Not so certain that the destruction notification is necessary, the the manager is explicitly created by the session, and should be explicitly destroyed as well,
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 10 years ago
Component: | Molecular Data → Core |
---|
Note:
See TracTickets
for help on using tickets.
When that happens, also make it participate in the destruction-notification system, since it's destruction will no longer race against the destruction of the DestructionCoordinator