No subject



Thu Apr 28 02:35:48 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Wed, 27 Apr 2005 19:36:01 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.8) with ESMTP id j3S2a17r076401
	for <atanu@tigger.icir.org>; Wed, 27 Apr 2005 19:36:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.11/8.12.8) with ESMTP id j3S2a17L073404
	for <atanu@icir.org>; Wed, 27 Apr 2005 19:36:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j3S2a1Gq012316;
	Wed, 27 Apr 2005 19:36:01 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j3S2ZmGq012309
	for <xorp-cvs@icsi.berkeley.edu>; Wed, 27 Apr 2005 19:35:48 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.11/8.12.8) with ESMTP id j3S2Zmdr073402
	for <xorp-cvs@icir.org>; Wed, 27 Apr 2005 19:35:48 -0700 (PDT)
	(envelope-from pavlin@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.8) with ESMTP id j3S2ZmZi083390
	for <xorp-cvs@icir.org>; Wed, 27 Apr 2005 19:35:48 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j3S2Zm0F083389
	for xorp-cvs@icir.org; Thu, 28 Apr 2005 02:35:48 GMT
	(envelope-from pavlin)
Date: Thu, 28 Apr 2005 02:35:48 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200504280235.j3S2Zm0F083389@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-04-28 02:35:48 UTC

XORP CVS repository


Modified files:
	bgp           attribute_manager.cc bgp_trie.cc path_attribute.cc 
	              plumbing.cc route_table_filter.cc 
	              route_table_filter.hh 

Log message:
	Fix compilation errors for gcc-4.1 on FreeBSD-4.10 :
	 * Fix the constructor definition for a template:
	   "Foo<A>::Foo<A>()" -> "Foo<A>::Foo()"
	
	 * Add missing "template <>" in front of template methods
	   specialization.
	
	 * Add virtual destrictors for the following base classes:
	   - BGPRouteFilter

Revision  Changes                                 Path
1.10      +2 -2;  commitid: 1457942704b5b7ea6;    xorp/bgp/attribute_manager.cc
1.17      +4 -4;  commitid: 1457942704b5b7ea6;    xorp/bgp/bgp_trie.cc
1.56      +7 -7;  commitid: 1457942704b5b7ea6;    xorp/bgp/path_attribute.cc
1.66      +3 -1;  commitid: 1457942704b5b7ea6;    xorp/bgp/plumbing.cc
1.28      +12 -12;  commitid: 1457942704b5b7ea6;  xorp/bgp/route_table_filter.cc
1.15      +2 -1;  commitid: 1457942704b5b7ea6;    xorp/bgp/route_table_filter.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs