Skip to content

Commit

Permalink
Mark as deprecated GetDevice* methods
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 28, 2019
1 parent 1b487f2 commit 0f90a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/network/src/modules/NetworkInterfaces.rb
Expand Up @@ -1009,6 +1009,7 @@ def Import(devregex, devices)
true
end

# @deprecated Not longer needed
# Return supported network device types (for type netcard)
# for this hardware
def GetDeviceTypes
Expand Down Expand Up @@ -1042,6 +1043,7 @@ def GetDeviceTypes
deep_copy(dev_types)
end

# @deprecated Not longer needed
# Return textual device type
# @param [String] type device type
# @param [String] longdescr description type
Expand Down

0 comments on commit 0f90a4f

Please sign in to comment.