#include <CORBA.h>
#include <mico/gtkmico.h>
#define CPP_WRAPPER

extern "C" {
#include "CORBA-c.h"

CORBA_Dispatcher gtk_dispatcher_new(void)
{
  return new GtkDispatcher();
}

}
