Searched refs:SMConnectionInterface (Results 1 – 4 of 4) sorted by relevance
20 class SMConnectionInterface; variable43 SMConnectionInterface* connection_;46 explicit OutputOrdering(SMConnectionInterface* connection);
69 class SMConnectionInterface {71 virtual ~SMConnectionInterface() {} in ~SMConnectionInterface()
43 class SMConnection : public SMConnectionInterface,
22 OutputOrdering::OutputOrdering(SMConnectionInterface* connection) in OutputOrdering()