head	1.1;
branch	1.1.1;
access;
symbols
	Validate1:1.1.1.1
	OdysseyMatch2:1.1.1.1
	OdysseyMatch1:1.1.1.1
	Initial:1.1.1.1
	MBARI:1.1.1;
locks; strict;
comment	@ * @;


1.1
date	99.06.24.20.09.02;	author oreilly;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.24.20.09.02;	author oreilly;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#ifndef ___H
#define ___H

#include "TaskInterface.h"

#define ServerName "Server"

class  : public TaskInterface {

  friend class _SK;

  public:

  (const char *name);
  ~();

  
  protected:

  enum MsgCode {
  };

};

#endif

@


1.1.1.1
log
@
@
text
@@
