/**
  * constructor
  */
 function BxBasePrivacyView($iOwnerId)
 {
     parent::BxDolPrivacyView($iOwnerId);
 }