Reimplemented from Impala::Persistency::Locator. Definition at line 41 of file FrameHashesLocator.h. References GetContainer(), Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Persistency::operator<<(). 00042 { 00043 return "FrameHashesLocator(" + GetProtocol() + "," + GetHost() + "," 00044 + GetDataSet() + "," + GetContainer() + ")"; 00045 }
Here is the call graph for this function: ![]()
|