Ejemplo n.º 1
0
 /*!
  * The default implementation initializes the HBaseView object and the view key.
  */
 public void Init()
 {
     if (m_pHView == null)
     {
         return;
     }
     HCS.Open_Segment_By_Key(m_pHView.GetViewKey());
     HCS.Set_Driver_Options("debug = 0x00000040");
     HCS.Close_Segment();
 }