linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp
branchRCL_3
changeset 14 23b59305592d
parent 0 af10295192d8
child 21 abbed5a4b42a
equal deleted inserted replaced
11:2129f10626ba 14:23b59305592d
  1082     LoadPacketDriverL();
  1082     LoadPacketDriverL();
  1083 	}
  1083 	}
  1084 
  1084 
  1085 void CLANLinkCommon::Destroy()
  1085 void CLANLinkCommon::Destroy()
  1086 	{
  1086 	{
  1087 	ASSERT(iMMState==EStopped);
  1087     	// DEF134153: RNDIS doesn't override CLANLinkCommon::Destroy()
       
  1088 	ASSERT(iMMState==EStarting || iMMState==EStopped);
  1088 	DeleteThisFlow();
  1089 	DeleteThisFlow();
  1089 	}
  1090 	}
  1090 
  1091 
  1091 // Utility functions
  1092 // Utility functions
  1092 
  1093