diff -r 6646e488a904 -r 34fc115b8742 commsfwsupport/commselements/nodemessages/inc/nm_node.h --- a/commsfwsupport/commselements/nodemessages/inc/nm_node.h Thu May 27 14:07:49 2010 +0300 +++ b/commsfwsupport/commselements/nodemessages/inc/nm_node.h Fri Jun 11 14:52:21 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