head     1.1;
branch   1.1.1;
access   ;
symbols  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
@@
