#ifndef _COMMSPAGE_H
#define _COMMSPAGE_H
static char CommsPage_h_id[] = "$Header: /usr/tiburon/unix/gui/tmacs/RCS/CommsPage.h,v 1.1 1997/09/10 08:46:09 oreilly Exp $";


/*
$Log: CommsPage.h,v $
Revision 1.1  1997/09/10 08:46:09  oreilly
Initial revision

*/


#include <Vk/VkComponent.h>

class CommsPage : public VkComponent
{
  public:
  CommsPage(const char *name, Widget parent);
  ~CommsPage();
  
  const char *className()
  {
    return "CommsPage";
  }

  protected:
};

#endif

