From 37060daf5e05254397604c1027bf7eba76516fb0 Mon Sep 17 00:00:00 2001 From: Gerd v. Egidy Date: Mon, 30 Aug 2004 14:31:29 +0000 Subject: [PATCH] libi2ncommon: (gerd) add iprange::get_type() --- src/ipfunc.hxx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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); -- 1.7.1