diff --git a/src/CLI2.cpp b/src/CLI2.cpp index f42fc8da0..301e1ae77 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -33,7 +33,7 @@ #include #include #include -//#include +#include #include extern Context context; @@ -658,6 +658,7 @@ const std::vector CLI2::getWords () return words; } +*/ //////////////////////////////////////////////////////////////////////////////// // Search for 'value' in _entities category, return canonicalized value. @@ -692,6 +693,7 @@ bool CLI2::canonicalize ( return false; } +/* //////////////////////////////////////////////////////////////////////////////// std::string CLI2::getBinary () const { diff --git a/src/CLI2.h b/src/CLI2.h index 6e010dfd8..04cb43ff1 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -97,7 +97,9 @@ public: void applyOverrides (); const std::string getFilter (bool applyContext = true); const std::vector getWords (); +*/ bool canonicalize (std::string&, const std::string&, const std::string&) const; +/* std::string getBinary () const; std::string getCommand () const; std::string getLimit () const;