commsfwsupport/commselements/nodemessages/inc/nm_node.h
changeset 40 34fc115b8742
parent 0 dfb7c4ff071f
--- 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