#ifndef _TXPART_H_
#define _TXPART_H_

#include "txMain.h"
#include "ifPart.h"


class TxPart : public IfPart
{
 public:
  TxPart();
};

#endif

Documentation generated by wuerthne@clouseau on Sat Feb 20 16:41:13 MST 1999