On Tue, 15 May 2012 11:53:10 -0700 (PDT), bob <
b...@coolfone.comze.com>
wrote:
>What are some of the most common names of the static function that returns a singleton object?
>
>For instance, there is "sharedInstance".
How about getSharedInstance() or getSingleton()?
rossum