Seam.Remoting.type.aboutOcmAction = function() {
  this.__callback = new Object();
  Seam.Remoting.type.aboutOcmAction.prototype.donate = function(p0, callback) {
    return Seam.Remoting.execute(this, "donate", [p0], callback);
  }
}
Seam.Remoting.type.aboutOcmAction.__name = "aboutOcmAction";

Seam.Component.register(Seam.Remoting.type.aboutOcmAction);

