// // Copyright 2014 Perforce Software Inc. // namespace Perforce { interface Refreshable { void Refresh(bool sync = false); } }