Home
last modified time | relevance | path

Searched refs:textual_ (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx123 std::auto_ptr< stoc::simpleregistry::TextualServices > textual_; member in __anon3fa67f5c0111::SimpleRegistry
1131 return textual_.get() == 0 ? registry_.getName() : textual_->getUri(); in getURL()
1139 if (textual_.get() != 0) { in open()
1161 textual_.reset(new stoc::simpleregistry::TextualServices(rURL)); in open()
1181 return textual_.get() != 0 || registry_.isValid(); in isValid()
1188 if (textual_.get() != 0) { in close()
1189 textual_.reset(); in close()
1208 if (textual_.get() != 0) { in destroy()
1209 textual_.reset(); in destroy()
1228 if (textual_.get() != 0) { in getRootKey()
[all …]