From: Gerd v. Egidy Date: Mon, 30 Aug 2004 14:31:29 +0000 (+0000) Subject: libi2ncommon: (gerd) add iprange::get_type() X-Git-Tag: v2.6~246 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=37060daf5e05254397604c1027bf7eba76516fb0;p=libi2ncommon libi2ncommon: (gerd) add iprange::get_type() --- diff --git a/src/ipfunc.hxx b/src/ipfunc.hxx index 16aa2ae..b2062d6 100644 --- a/src/ipfunc.hxx +++ b/src/ipfunc.hxx @@ -52,6 +52,8 @@ class IP_RANGE { return end; } unsigned int get_base() const { return ip; } + ip_type::type get_type() const + { return t; } // static IP utility functions static unsigned int turn_ip(unsigned int src);