diff -r cbb19216b74d -r 00c6709d25aa commsfwsupport/commselements/factories/inc/factory.h --- a/commsfwsupport/commselements/factories/inc/factory.h Thu Jul 15 20:01:43 2010 +0300 +++ b/commsfwsupport/commselements/factories/inc/factory.h Thu Aug 19 11:05:47 2010 +0300 @@ -100,6 +100,9 @@ IMPORT_C void RegisterNotifierL(const IFactoryNotify& aFactoryNotify); IMPORT_C void DeRegisterNotifier(const IFactoryNotify& aFactoryNotify); + // Called by a node to indicate that an interface state change has taken place. The factory then propagates + // this to all observers that have registered to be notified. + IMPORT_C void InterfaceStateChange(const TDesC8& aInfo); protected: IMPORT_C explicit CFactoryBase(TUid aFactoryUid, CFactoryContainer& aParentContainer);