mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T171, driver formatting
This commit is contained in:
@@ -97,10 +97,10 @@ namespace BlackSimPlugin
|
||||
DWORD getObjectId() const { return m_objectId; }
|
||||
|
||||
//! Valid request id?
|
||||
bool hasValidRequestId() const { return this->m_validRequestId; }
|
||||
bool hasValidRequestId() const { return m_validRequestId; }
|
||||
|
||||
//! Valid object id?
|
||||
bool hasValidObjectId() const { return this->m_validObjectId; }
|
||||
bool hasValidObjectId() const { return m_validObjectId; }
|
||||
|
||||
//! Object is requested, not yet added
|
||||
bool isPendingAdded() const;
|
||||
|
||||
Reference in New Issue
Block a user