Unverified Commit 6c00e356 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Group: add static accessor name_to_designation

parent cfe0acfe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -654,6 +654,12 @@ sub parse_description {
	$self->{description} = $ret;
}

sub name_to_designation {
	my ($self) = @_;

	return %ice_name;
}

sub sectors {
	my ($self) = @_;