mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Remove more get_s.
This commit is contained in:
@@ -186,11 +186,11 @@ CPCDSK::CPCDSK(const std::string &file_name) :
|
||||
}
|
||||
}
|
||||
|
||||
HeadPosition CPCDSK::get_maximum_head_position() const {
|
||||
HeadPosition CPCDSK::maximum_head_position() const {
|
||||
return HeadPosition(head_position_count_);
|
||||
}
|
||||
|
||||
int CPCDSK::get_head_count() const {
|
||||
int CPCDSK::head_count() const {
|
||||
return head_count_;
|
||||
}
|
||||
|
||||
@@ -385,7 +385,7 @@ void CPCDSK::set_tracks(const std::map<::Storage::Disk::Track::Address, std::uni
|
||||
}
|
||||
}
|
||||
|
||||
bool CPCDSK::get_is_read_only() const {
|
||||
bool CPCDSK::is_read_only() const {
|
||||
return is_read_only_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user