Reimplemented from Impala::Persistency::Locator. Definition at line 51 of file ImageLocator.h. References GetContainer(), Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), GetName(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Persistency::operator<<(). 00052 { 00053 return "ImageLocator(" + GetProtocol() + "," + GetHost() 00054 + "," + GetDataSet() + "," + GetContainer() + "," + GetName() + ")"; 00055 }
Here is the call graph for this function:
|