ApplicationSingleton (klass)
This function creates a singleton based on the name of a class, which in most cases is desirable. This is useful because a class is routinely redefined by reloading its corresponding file, The alternative, ApplicationMultiple gives instances of the class the same name but not the same definition.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.