Reimplemented from Impala::Persistency::Locator. Definition at line 84 of file AnnotationTableLocator.h. References GetConceptSet(), Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), GetKeyword(), Impala::Persistency::Locator::GetProtocol(), and GetQuidClassString(). Referenced by Impala::Persistency::operator<<(). 00085 { 00086 return "AnnotationTableLocator(" + GetProtocol() + "," + GetHost() 00087 + "," + GetDataSet() + "," + GetQuidClassString() + "," 00088 + GetConceptSet() + "," + GetKeyword() + ")"; 00089 }
Here is the call graph for this function:
|