[Xorp-cvs] XORP cvs commit: xorp/rtrmgr

Pavlin Radoslavov pavlin@icir.org
Fri, 22 Jul 2005 10:47:36 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-07-22 10:47:36 UTC

XORP CVS repository


Modified files:
	rtrmgr        Makefile.am Makefile.in cli.cc cli.hh 
	              slave_conf_tree.cc slave_conf_tree.hh 
	              xorpsh_main.hh 

Added files:
	rtrmgr        xorpsh_base.hh 

Log message:
	Split the XorpShell into two classes: abstract base class
	XorpShellBase and derived class XorpShell.
	
	This split makes it easier to reuse some of the xorpsh code.
	
	Obtained from:  "Marat Nepomnyashy" <maratbn AT yahoo.com>

Revision  Changes                                Path
1.55      +2 -1;  commitid: 17b0e42e0cc7f7ea6;   xorp/rtrmgr/Makefile.am
1.67      +1 -1;  commitid: 17b0e42e0cc7f7ea6;   xorp/rtrmgr/Makefile.in
1.75      +9 -9;  commitid: 17b0e42e0cc7f7ea6;   xorp/rtrmgr/cli.cc
1.33      +8 -5;  commitid: 17b0e42e0cc7f7ea6;   xorp/rtrmgr/cli.hh
1.30      +8 -7;  commitid: 17b0e42e0cc7f7ea6;   xorp/rtrmgr/slave_conf_tree.cc
1.20      +8 -7;  commitid: 17b0e42e0cc7f7ea6;   xorp/rtrmgr/slave_conf_tree.hh
1.1       +95 -0                                 xorp/rtrmgr/xorpsh_base.hh (new)
1.26      +6 -25;  commitid: 17b0e42e0cc7f7ea6;  xorp/rtrmgr/xorpsh_main.hh