Sdk/BaseComponent: Add GetMaxComponentIndex static method

Former-commit-id: b3413066bcb5b9f7b7b84092a2645154ad6d8005
This commit is contained in:
Lynix
2016-03-31 20:15:38 +02:00
parent 9b988f8960
commit a2f6e54104
2 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ namespace Ndk
ComponentIndex GetIndex() const;
inline static ComponentIndex GetMaxComponentIndex();
BaseComponent& operator=(const BaseComponent&) = default;
BaseComponent& operator=(BaseComponent&&) = default;