datacommsserver/esockserver/inc/ss_mmnode.h
branchRCL_3
changeset 23 cbb19216b74d
parent 0 dfb7c4ff071f
equal deleted inserted replaced
21:07656293a99c 23:cbb19216b74d
    46 	*/
    46 	*/
    47     explicit ACFMMNodeBase(const MeshMachine::TNodeActivityMap& aActivityMap, const Messages::TNodeId& aNodeId)
    47     explicit ACFMMNodeBase(const MeshMachine::TNodeActivityMap& aActivityMap, const Messages::TNodeId& aNodeId)
    48     :   MeshMachine::AMMNodeBase(aActivityMap, aNodeId)
    48     :   MeshMachine::AMMNodeBase(aActivityMap, aNodeId)
    49         {
    49         {
    50         }
    50         }
       
    51 
       
    52     IMPORT_C void ConstructL(TInt aSize = MeshMachine::KUseDefaultPreallocatedSize); //When KUseDefaultPreallocatedSize, KDefaultMaxPreallocatedActivitySize will be used
    51 
    53 
    52 	/**
    54 	/**
    53 	Fetch the interface control for a given interface id
    55 	Fetch the interface control for a given interface id
    54 	@param aInterfaceId Interface id to fetch control for.
    56 	@param aInterfaceId Interface id to fetch control for.
    55 	@return Pointer to the interface control
    57 	@return Pointer to the interface control