Project

General

Profile

Task #1319

Updated by Alex Afanasyev about 10 years ago

Implement `Face::getUri` method that returns the [[FaceMgmt]] URI for the face. 

     partial interface Face { 
       const FaceUri& 
       virtual std::string getUri() const; 
     } 

Back