2011-05-31

Из последних извращений
struct Node {
  typedef bool ExpandFn(/*some args here*/); 
  virtual ExpandFn expand_group;
  virtual ExpandFn expand_file;
};

bool Node::expand_group(/*some args here*/) {
  ...
}

bool Node::expand_file(/*some args here*/) {
  ...
}

2011-05-04

Обнови лося

Обновления

Обновление завершено
Эти обновления успешно обновлены и готовы к работе

(c) см. предыдущий пост