Reimplemented from Impala::Persistency::Locator. Definition at line 61 of file FrameLocator.h. References GetContainer(), Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), GetName(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Persistency::operator<<(). 00062 { 00063 return "FrameLocator(" + GetProtocol() + "," + GetHost() + "," 00064 + GetDataSet() + "," + GetContainer() + "," + GetName() + ")"; 00065 }
Here is the call graph for this function:
|