#include "other.h"

void 
Other::DoSomethingElse()
{
  DoSomething();
}
