Reimplemented from Impala::Persistency::Locator. Definition at line 46 of file KeyframesLocator.h. References Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), GetName(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Persistency::operator<<(). 00047 { 00048 return "KeyframesLocator(" + GetProtocol() + "," + GetHost() 00049 + "," + GetDataSet() + "," + GetName() + ")"; 00050 }
Here is the call graph for this function:
|