|
From: Nicolas Di <nic...@fr...> - 2005-10-29 07:10:52
|
Selon Naoufel El Bachir <nao...@ya...>: > Hi, > I was looking at the Observable class and have a few > questions: > > - Is there any reason this class is not abstract ? Is there any reason to be abstract ;-) > - What happens when Observable is deleted ? Does not > it need to notify Observers in its destructor ? Classes derived from Observers contain a "link" to Observable class using= Handle or shared_ptr. It ensure that observed classes are not destroyed since Observer class observes. > > ___________________________________________________________ > To help you stay safe and secure online, we've developed the all new Ya= hoo! > Security Centre. http://uk.security.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Quantlib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > -- Nicolas Di C=E9sar=E9 http://nicolas.dicesare.free.fr |