Project

General

Profile

Bug #2385

Updated by Junxiao Shi about 9 years ago

What I'm observing: 

 
 - there is protected getScheme() method that is pure virtual in PIB interface 
 - there is non-virtual getPibLocator() method in PIB interface 
 

 - there is private getScheme() method in Sqlite PIB 
 - there is virtual getPibLocator() in Sqlite PIB 

 I'm not sure how this compiles...

Back