head	1.1;
branch	1.1.1;
access;
symbols
	Ver2-3-2:1.1.1.1
	Ver2-3:1.1.1.1
	Ver2-2:1.1.1.1
	Ver2-1:1.1.1.1
	Ver1-11:1.1.1.1
	Ver1-9:1.1.1.1
	Ver1-8:1.1.1.1
	Initial:1.1.1.1
	MBARI:1.1.1;
locks; strict;
comment	@ * @;


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

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


desc
@@



1.1
log
@Initial revision
@
text
@#include "TaskInterface.h"

#define ServerName "Server"

class  : public TaskInterface {

  friend class _SK;

  /////////////////////////////////////////////
  public:

  (const char *name);
  ~();

  
  /////////////////////////////////////////////
  protected:

  enum MsgCode {
  };

};

@


1.1.1.1
log
@
@
text
@@
