Task #1319
Updated by Alex Afanasyev almost 12 years ago
Implement `Face::getUri` method that returns the [[FaceMgmt]] URI for the face.
partial interface Face {
const FaceUri&
virtual std::string getUri() const;
}
Updated by Alex Afanasyev almost 12 years ago
Implement `Face::getUri` method that returns the [[FaceMgmt]] URI for the face.
partial interface Face {
const FaceUri&
virtual std::string getUri() const;
}