linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
  1082     LoadPacketDriverL();
  1082     LoadPacketDriverL();
  1083 	}
  1083 	}
  1084 
  1084 
  1085 void CLANLinkCommon::Destroy()
  1085 void CLANLinkCommon::Destroy()
  1086 	{
  1086 	{
  1087     // PDEF143631: RNDIS driver doesn't override CLANLinkCommon::Destroy()
  1087     	// DEF134153: RNDIS doesn't override CLANLinkCommon::Destroy()
  1088 	ASSERT(iMMState==EStarting || iMMState==EStopped);
  1088 	ASSERT(iMMState==EStarting || iMMState==EStopped);
  1089 	DeleteThisFlow();
  1089 	DeleteThisFlow();
  1090 	}
  1090 	}
  1091 
  1091 
  1092 // Utility functions
  1092 // Utility functions