Bug Fix - limit:

- The limit: attribute can now be specified on the command line, to
  override any custom report filter.
This commit is contained in:
Paul Beckingham
2009-06-18 18:34:40 -04:00
parent af606598fa
commit b9a1993692
5 changed files with 14 additions and 25 deletions

View File

@@ -44,7 +44,6 @@ public:
~Att ();
bool valid (const std::string&) const;
static bool validName (const std::string&);
static bool validModifiableName (const std::string&);
static bool validNameValue (const std::string&, const std::string&, const std::string&);
static bool validNameValue (std::string&, std::string&, std::string&);