mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix issues from review
This commit is contained in:
@ -84,7 +84,7 @@ plString pyDniInfoSource::GetAgeName() const
|
|||||||
return "";
|
return "";
|
||||||
|
|
||||||
VaultAgeInfoNode ageInfo(node);
|
VaultAgeInfoNode ageInfo(node);
|
||||||
return ageInfo.GetAgeFilename();
|
return ageInfo.GetAgeInstanceName();
|
||||||
}
|
}
|
||||||
|
|
||||||
plUUID pyDniInfoSource::GetAgeGuid( void ) const
|
plUUID pyDniInfoSource::GetAgeGuid( void ) const
|
||||||
|
@ -61,13 +61,6 @@ class plUUID;
|
|||||||
|
|
||||||
class pyVaultAgeInfoNode : public pyVaultNode
|
class pyVaultAgeInfoNode : public pyVaultNode
|
||||||
{
|
{
|
||||||
private:
|
|
||||||
mutable std::string fAgeFilename;
|
|
||||||
mutable std::string fAgeInstName;
|
|
||||||
mutable std::string fAgeUserName;
|
|
||||||
mutable std::string fAgeDispName;
|
|
||||||
mutable std::string fAgeDescription;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// should only be created from C++ side
|
// should only be created from C++ side
|
||||||
pyVaultAgeInfoNode(RelVaultNode* vaultNode);
|
pyVaultAgeInfoNode(RelVaultNode* vaultNode);
|
||||||
|
Reference in New Issue
Block a user