mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:07:08 +08:00
Formatting comments and "private slots" -> "private"
This commit is contained in:
@@ -241,10 +241,10 @@ namespace BlackCore
|
||||
//! Is the shared info timestamp newer than cache timestamp?
|
||||
bool isSharedInfoObjectNewerThanCacheTimestamp(BlackMisc::Network::CEntityFlags::Entity entity) const;
|
||||
|
||||
//! Those entities where the timestamp of header is newer than the cache timestamp
|
||||
//! Those entities where the timestamp of the header is newer than the cache timestamp
|
||||
BlackMisc::Network::CEntityFlags::Entity getEntitesWithNewerHeaderTimestamp(BlackMisc::Network::CEntityFlags::Entity entities) const;
|
||||
|
||||
//! Those entities where the timestamp of shared info obejct is newer than the cache timestamp
|
||||
//! Those entities where the timestamp of a shared info object is newer than the cache timestamp
|
||||
BlackMisc::Network::CEntityFlags::Entity getEntitesWithNewerSharedInfoObject(BlackMisc::Network::CEntityFlags::Entity entities) const;
|
||||
|
||||
//! Request headers of shared file
|
||||
|
||||
@@ -78,7 +78,8 @@ namespace BlackCore
|
||||
//! URL shared info objects
|
||||
BlackMisc::Network::CUrl getSharedInfoObjectsUrl() const;
|
||||
|
||||
//! Entity for mode
|
||||
//! Info object entity for mode
|
||||
//! \remark CEntityFlags::DbInfoObjectEntity or CEntityFlags::SharedInfoObjectEntity
|
||||
BlackMisc::Network::CEntityFlags::EntityFlag getEntityForMode() const;
|
||||
|
||||
BlackMisc::Db::CDbFlags::DataRetrievalModeFlag m_mode; //!< shared or DB web service?
|
||||
|
||||
Reference in New Issue
Block a user