diff -r 9ddb1d67ebaf -r 9644881fedd0 commsfwsupport/commselements/nodemessages/inc/nm_node.h --- a/commsfwsupport/commselements/nodemessages/inc/nm_node.h Tue May 11 17:20:19 2010 +0300 +++ b/commsfwsupport/commselements/nodemessages/inc/nm_node.h Tue May 25 14:00:39 2010 +0300 @@ -127,7 +127,7 @@ public: IMPORT_C virtual RNodeInterface* NewClientInterfaceL(const TClientType& aClientType, TAny* aClientInfo = NULL); - IMPORT_C RNodeInterface* AddClientL(const TNodeId& aClientId, const TClientType& aClientType, TAny* aClientInfo = NULL); + IMPORT_C virtual RNodeInterface* AddClientL(const TNodeId& aClientId, const TClientType& aClientType, TAny* aClientInfo = NULL); IMPORT_C void RemoveClient(RNodeInterface& aClient); IMPORT_C void RemoveClient(TInt aIndex); inline const TNodeId& Id() const