This commit is contained in:
Klaus Basan
2016-04-14 23:11:22 +02:00
parent bc4efbfd71
commit a3a3380008

View File

@@ -19,7 +19,7 @@ namespace BlackMisc
{ {
//! Interface for a plugin storage provider. //! Interface for a plugin storage provider.
//! It allows plugins to store any arbitrary data which can be packed into a \sa CVariant //! It allows plugins to store any arbitrary data which can be packed into a \sa CVariant
//! Every plugin shall have its own data area. This means mulitple plugins can store //! Every plugin shall have its own data area. This means multiple plugins can store
//! data under the same key without overwriting each other. //! data under the same key without overwriting each other.
class IPluginStorageProvider class IPluginStorageProvider
{ {