Searched refs:TurnFileAuth (Results 1 – 1 of 1) sorted by relevance
22 class TurnFileAuth : public cricket::TurnAuthInterface { class24 explicit TurnFileAuth(const std::string& path) : file_(path) { in TurnFileAuth() function in TurnFileAuth73 TurnFileAuth auth(argv[4]); in main()