Changeset 774f0f8fd0e0da7827ba65e5075e6c4e9e78f153
- Timestamp:
- 06/01/07 23:56:38 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- c2d30a5ff073be011726aeef751887ab4bc9ec32
- Children:
- 8f15b2767f118e46fbe06dd1a54566a656ce89a3
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:56:38Z+0000
- Message:
-
[project @ Temporary adjustments to document type template in obby::document_info]
Original author: Armin Burgmeier <armin@…>
Date: 2006-01-29 22:52:45+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5843bef
|
r774f0f8
|
|
| 112 | 112 | void on_obby_user_colour(const obby::user& user); |
| 113 | 113 | void on_obby_user_colour_failed(); |
| 114 | | void on_obby_document_insert(obby::document_info& document); |
| 115 | | void on_obby_document_remove(obby::document_info& document); |
| | 114 | void on_obby_document_insert(obby::basic_document_info<obby::document, net6::selector>& document); |
| | 115 | void on_obby_document_remove(obby::basic_document_info<obby::document, net6::selector>& document); |
| 116 | 116 | |
| 117 | 117 | // Helper functions |
-
|
rbb1dfe8
|
r774f0f8
|
|
| 572 | 572 | void Gobby::Window::on_folder_document_add(DocWindow& window) |
| 573 | 573 | { |
| 574 | | const obby::document_info& document = |
| | 574 | const obby::basic_document_info<obby::document, net6::selector>& document = |
| 575 | 575 | window.get_document().get_document(); |
| 576 | 576 | |
| … |
… |
|
| 948 | 948 | } |
| 949 | 949 | |
| 950 | | void Gobby::Window::on_obby_document_insert(obby::document_info& document) |
| | 950 | void Gobby::Window::on_obby_document_insert(obby::basic_document_info<obby::document, net6::selector>& document) |
| 951 | 951 | { |
| 952 | 952 | obby::local_document_info& local_doc = |
| … |
… |
|
| 960 | 960 | } |
| 961 | 961 | |
| 962 | | void Gobby::Window::on_obby_document_remove(obby::document_info& document) |
| | 962 | void Gobby::Window::on_obby_document_remove(obby::basic_document_info<obby::document, net6::selector>& document) |
| 963 | 963 | { |
| 964 | 964 | obby::local_document_info& local_doc = |