-
Notifications
You must be signed in to change notification settings - Fork 19
Remove deprecated members and types #164
Copy link
Copy link
Open
Description
Spartan322
opened on Apr 29, 2022
Issue body actions
- Pathfinder.Port:
- PortManager.RegisterPort(PortData)
- PortManager.GetPortDataFromProtocol(string)
- PortManager.GetPortDataFromNumber(int)
- PortState::operator PortData(PortState)
- PortState::operator PortState(PortData)
- PortRecord::operator PortData(PortRecord)
- PortRecord::operator PortRecord(PortData)
- PortData
- ComputerExtensions::AddPort(Computer, PortData)
- Replace ComputerExtensions::GetPort(Computer, string) with CompuerExtensions::GetPortState(Computer, string)
- Replace ComputerExtensions::GetAllPorts(Computer) with ComputerExtensions::GetAllPortStates(Computer)
- Replace ComputerExtensions::GetPortDict(Computer) with ComputerExtensions::GetPortStateDict(Computer)
- Pathfinder.Executable:
- BaseExecutable.GetIdentifier()
- GameExecutable.GetIdentifier()
Reactions are currently unavailable