X-Git-Url: http://winboard.nl/cgi-bin?p=capablanca.git;a=blobdiff_plain;f=lasker-2.2.3%2Fbots%2Fmamer%2FCommand.cc;h=9ebaf79ca3549ce06ed12d0918c56173beb4b914;hp=62f0b00251d5011f6774bfb96052f8b03b0079bf;hb=de64701702c2b4d4d951be0e77afeda5177bc494;hpb=76f1e81b3426b94e1d80c9daa309f78045e5335b diff --git a/lasker-2.2.3/bots/mamer/Command.cc b/lasker-2.2.3/bots/mamer/Command.cc index 62f0b00..9ebaf79 100644 --- a/lasker-2.2.3/bots/mamer/Command.cc +++ b/lasker-2.2.3/bots/mamer/Command.cc @@ -3,16 +3,13 @@ // // Matthew E. Moses // -// $Revision: 1.9 $ -// $Date: 2002/07/02 00:05:19 $ +// $Revision: 1.8 $ +// $Date: 1998/09/10 19:57:17 $ // -// $Author: tridge $ +// $Author: mlong $ // $Locker: $ // // $Log: Command.cc,v $ -// Revision 1.9 2002/07/02 00:05:19 tridge -// got rid of a bunch of RCS tags now that its in CVS -// // Revision 1.8 1998/09/10 19:57:17 mlong // lots of little bug fixes and a few new features // @@ -41,6 +38,8 @@ // //-------------------------------------------------------------------------- +// static char RCSid[] = "$Id: Command.cc,v 1.8 1998/09/10 19:57:17 mlong Exp $"; + #include "Command.hh" //- constructor -----------------------------------------------------------