CmdGet: Stubbed functionality

This commit is contained in:
Paul Beckingham 2016-07-16 08:56:25 -04:00
parent 4e6e0999fa
commit 916ad2e3dc

View file

@ -35,6 +35,14 @@ int CmdGet (
Rules& rules,
Database& database)
{
// Іdentify DOM references in cli.
/*
for (each DOM reference in cli)
{
std::string value;
domGet (database, reference, value);
}
*/
return 0;
}