[ScryMUD] SVN Commit Info r891 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sat Feb 24 17:28:19 PST 2007
Author: eroper
Date: 2007-02-24 17:28:19 -0800 (Sat, 24 Feb 2007)
New Revision: 891
Added:
trunk/mud/grrmud/server/protocol_handler.cc
Log:
Forgot this file in the last commit.
Added: trunk/mud/grrmud/server/protocol_handler.cc
===================================================================
--- trunk/mud/grrmud/server/protocol_handler.cc (rev 0)
+++ trunk/mud/grrmud/server/protocol_handler.cc 2007-02-25 01:28:19 UTC (rev 891)
@@ -0,0 +1,28 @@
+// $Id$
+
+//
+//ScryMUD Server Code
+//Copyright (C) 2007 Edward Roper
+//
+//This program is free software; you can redistribute it and/or
+//modify it under the terms of the GNU General Public License
+//as published by the Free Software Foundation; either version 2
+//of the License, or (at your option) any later version.
+//
+//This program is distributed in the hope that it will be useful,
+//but WITHOUT ANY WARRANTY; without even the implied warranty of
+//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//GNU General Public License for more details.
+//
+//You should have received a copy of the GNU General Public License
+//along with this program; if not, write to the Free Software
+//Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+// To contact the Author, Edward Roper: edro <- at -> wanfear.net
+#include "protocol_handler.h"
+
+int NullHandler::_cnt = 0;
+
+bool NullHandler::parse(const char* input_buf, size_t len) {
+ return(true);
+}
Property changes on: trunk/mud/grrmud/server/protocol_handler.cc
___________________________________________________________________
Name: svn:keywords
+ Id Author Date Revision
More information about the ScryMUD
mailing list