blob: 1697930f9b683ea22c84174ee2db9f0a4f7f2496 (
plain) (
blame)
1
2
3
4
|
Class that helps implement applications that follow the single-instance policy
referring to those applications that want to spawn a unique instance for a
given user session. Even when launched multiple times, such applications will
not spawn a number of separate instances.
|