Reimplemented from Impala::Persistency::Locator. Definition at line 86 of file Mpeg7DocLocator.h. References GetContainer(), Impala::Persistency::Locator::GetDataSet(), GetDocType(), Impala::Persistency::Locator::GetHost(), GetName(), Impala::Persistency::Locator::GetProtocol(), and Impala::MakeString(). Referenced by Impala::Persistency::operator<<(). 00087 { 00088 return "Mpeg7DocLocator(" + GetProtocol() + "," + GetHost() 00089 + "," + GetDataSet() + "," + MakeString(GetDocType()) + "," 00090 + GetContainer() + "," + GetName() + ")"; 00091 }
Here is the call graph for this function:
|