bar.cc   [plain text]


#include "blubby.h"

int 
barFunc (MyBlubby &mine)
{
  return 5 * mine.getValue ();
}