summaryrefslogtreecommitdiff
path: root/Source/cmListCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-22 10:16:46 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-22 10:16:46 -0400
commitc9eaf72567b13cd587e9d5d1d1b0ad17e43a274f (patch)
tree9c952d0c8bb8135997e44fcfbeff644e81e8417f /Source/cmListCommand.h
parent6f7bb4d826863ba9f0996a12854ed2ff61915b13 (diff)
downloadcmake-c9eaf72567b13cd587e9d5d1d1b0ad17e43a274f.tar.gz
BUG: Add missing API
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r--Source/cmListCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h
index 2989a63a99..486ff8d99b 100644
--- a/Source/cmListCommand.h
+++ b/Source/cmListCommand.h
@@ -93,6 +93,8 @@ protected:
bool HandleInsertCommand(std::vector<std::string> const& args);
bool HandleRemoveAtCommand(std::vector<std::string> const& args);
bool HandleRemoveItemCommand(std::vector<std::string> const& args);
+ bool HandleSortCommand(std::vector<std::string> const& args);
+ bool HandleReverseCommand(std::vector<std::string> const& args);
bool GetList(std::vector<std::string>& list, const char* var);