From a61b1651b6cee90f6195d8ac59da657d8966567d Mon Sep 17 00:00:00 2001 From: khoff Date: Mon, 4 Aug 2003 23:47:48 +0000 Subject: Virtual field documentation updates. Removed sb_field/router_field and friends (yay!). Interface changes to support virtual fields. --- htetc/global.asa | 5 +---- htetc/handler.pl | 5 +---- htetc/handler.pl-1.0x | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to 'htetc') diff --git a/htetc/global.asa b/htetc/global.asa index 555364223..796136b07 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -42,6 +42,7 @@ use FS::part_pkg; use FS::part_referral; use FS::part_svc; use FS::part_svc_router; +use FS::part_virtual_field; use FS::pkg_svc; use FS::port; use FS::queue qw(joblisting); @@ -53,11 +54,7 @@ use FS::svc_domain; use FS::svc_forward; use FS::svc_www; use FS::router; -use FS::part_router_field; -use FS::router_field; use FS::addr_block; -use FS::part_sb_field; -use FS::sb_field; use FS::svc_broadband; use FS::type_pkgs; use FS::part_export; diff --git a/htetc/handler.pl b/htetc/handler.pl index 481d5a2d9..c81db8664 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -100,6 +100,7 @@ sub handler use FS::part_referral; use FS::part_svc; use FS::part_svc_router; + use FS::part_virtual_field; use FS::pkg_svc; use FS::port; use FS::queue qw(joblisting); @@ -112,11 +113,7 @@ sub handler use FS::svc_forward; use FS::svc_www; use FS::router; - use FS::part_router_field; - use FS::router_field; use FS::addr_block; - use FS::part_sb_field; - use FS::sb_field; use FS::svc_broadband; use FS::type_pkgs; use FS::part_export; diff --git a/htetc/handler.pl-1.0x b/htetc/handler.pl-1.0x index 8840b0816..def579f49 100644 --- a/htetc/handler.pl-1.0x +++ b/htetc/handler.pl-1.0x @@ -95,6 +95,7 @@ sub handler use FS::part_referral; use FS::part_svc; use FS::part_svc_router; + use FS::part_virtual_field; use FS::pkg_svc; use FS::port; use FS::queue qw(joblisting); @@ -107,11 +108,7 @@ sub handler use FS::svc_forward; use FS::svc_www; use FS::router; - use FS::part_router_field; - use FS::router_field; use FS::addr_block; - use FS::part_sb_field; - use FS::sb_field; use FS::svc_broadband; use FS::type_pkgs; use FS::part_export; -- cgit v1.2.1