summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nicoletti <mirttex85-pk@yahoo.com.br>2008-06-15 01:31:22 -0300
committerDaniel Nicoletti <mirttex85-pk@yahoo.com.br>2008-06-15 01:31:22 -0300
commitcd6183d492c6dfec6753dc9e815b55a6ead79cee (patch)
tree98e2a74dd757cdc3ac1eea1b8e4a445aae12b41b
parent20be1cda48e7d0530125a08cd205745a94467276 (diff)
Fixed the getActions :)
-rw-r--r--lib/Actions.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/lib/Actions.h b/lib/Actions.h
index 653f179..afc1ddf 100644
--- a/lib/Actions.h
+++ b/lib/Actions.h
@@ -29,24 +29,25 @@ typedef enum {
Get_depends = 1 << 1,
Get_details = 1 << 2,
Get_files = 1 << 3,
- Get_repo_list = 1 << 4,
- Get_requires = 1 << 5,
- Get_update_detail = 1 << 6,
- Get_updates = 1 << 7,
- Install_files = 1 << 8,
- Install_package = 1 << 9,
- Refresh_cache = 1 << 10,
- Remove_packages = 1 << 11,
- Repo_enable = 1 << 12,
- Repo_set_data = 1 << 13,
- Resolve = 1 << 14,
- Search_details = 1 << 15,
- Search_file = 1 << 16,
- Search_group = 1 << 17,
- Search_name = 1 << 18,
- Update_package = 1 << 19,
- Update_system = 1 << 20,
- What_provides = 1 << 21
+ Get_repo_list = 1 << 4,
+ Get_requires = 1 << 5,
+ Get_packages = 1 << 6,
+ Get_update_detail = 1 << 7,
+ Get_updates = 1 << 8,
+ Install_files = 1 << 9,
+ Install_packages = 1 << 10,
+ Refresh_cache = 1 << 11,
+ Remove_packages = 1 << 12,
+ Repo_enable = 1 << 13,
+ Repo_set_data = 1 << 14,
+ Resolve = 1 << 15,
+ Search_details = 1 << 16,
+ Search_file = 1 << 17,
+ Search_group = 1 << 18,
+ Search_name = 1 << 19,
+ Update_package = 1 << 20,
+ Update_system = 1 << 21,
+ What_provides = 1 << 22
} Value;
};