#include <file_operation_callback.h>

Public Member Functions | |
| virtual void | on_files_deleted_sorted (const pfc::list_base_const_t< const char * > &p_items)=0 |
| p_items is a metadb::path_compare sorted list of files that have been deleted. | |
| virtual void | on_files_moved_sorted (const pfc::list_base_const_t< const char * > &p_from, const pfc::list_base_const_t< const char * > &p_to)=0 |
| p_from is a metadb::path_compare sorted list of files that have been moved, p_to is a list of corresponding target locations. | |
| virtual void | on_files_copied_sorted (const pfc::list_base_const_t< const char * > &p_from, const pfc::list_base_const_t< const char * > &p_to)=0 |
| p_from is a metadb::path_compare sorted list of files that have been copied, p_to is a list of corresponding target locations. | |
| virtual void file_operation_callback_dynamic::on_files_deleted_sorted | ( | const pfc::list_base_const_t< const char * > & | p_items | ) | [pure virtual] |
p_items is a metadb::path_compare sorted list of files that have been deleted.
Implemented in file_operation_callback_dynamic_impl_base.
| virtual void file_operation_callback_dynamic::on_files_moved_sorted | ( | const pfc::list_base_const_t< const char * > & | p_from, | |
| const pfc::list_base_const_t< const char * > & | p_to | |||
| ) | [pure virtual] |
p_from is a metadb::path_compare sorted list of files that have been moved, p_to is a list of corresponding target locations.
Implemented in file_operation_callback_dynamic_impl_base.
| virtual void file_operation_callback_dynamic::on_files_copied_sorted | ( | const pfc::list_base_const_t< const char * > & | p_from, | |
| const pfc::list_base_const_t< const char * > & | p_to | |||
| ) | [pure virtual] |
p_from is a metadb::path_compare sorted list of files that have been copied, p_to is a list of corresponding target locations.
Implemented in file_operation_callback_dynamic_impl_base.
1.5.5