send multivector.h and sync_queue.h to core

This commit is contained in:
Marek Roszko 2023-09-08 07:07:52 -04:00
parent 00e51da845
commit ab1a6651a9
6 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@
#include <lib_tree_item.h>
#include <lib_field.h>
#include <vector>
#include <multivector.h>
#include <core/multivector.h>
class LINE_READER;
class OUTPUTFORMATTER;

View File

@ -33,7 +33,7 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <import_export.h>
#include <ki_exception.h>
#include <sync_queue.h>
#include <core/sync_queue.h>
#include <lib_tree_item.h>
#include <atomic>
#include <functional>

View File

@ -24,7 +24,7 @@
#include "dialogs/dialog_pcm_progress.h"
#include "pcm.h"
#include "pcm_data.h"
#include "sync_queue.h"
#include <core/sync_queue.h>
#include <atomic>
#include <condition_variable>
#include <functional>
@ -72,7 +72,7 @@ public:
* @param aPackage package metadata
* @param aVersion version to be installed
* @param aRepositoryId id of the source repository
*
*
* @return int status of the process
*/
PCM_TASK_MANAGER::STATUS DownloadAndInstall( const PCM_PACKAGE& aPackage, const wxString& aVersion,
@ -85,7 +85,7 @@ public:
* as uninstalled.
*
* @param aPackage package metadata
*
*
* @return int status of the process
*/
PCM_TASK_MANAGER::STATUS Uninstall( const PCM_PACKAGE& aPackage );
@ -111,7 +111,7 @@ public:
*
* @param aParent parent dialog for progress window
* @param aFilePath path to the archive file
*
*
* @return int status of the process
*/
PCM_TASK_MANAGER::STATUS InstallFromFile( wxWindow* aParent, const wxString& aFilePath );

View File

@ -27,7 +27,7 @@
#include <vector>
#include <footprint_info.h>
#include <sync_queue.h>
#include <core/sync_queue.h>
class LOCALE_IO;