Ejemplo n.º 1
0
 /**
  * Identifies whether this item is a container
  *
  * @param cont TRUE if this is a container, FALSE otherwise
  */
 protected void setContainer(bool cont)
 {
     data.setContainer(cont);
 }