X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/12b88fa193a36e0d4ed35b1912e5cf1dfe633ce6..0aa5d347a234d6a636ae481564ac537c8f32a917:/stargazer/services_impl.h diff --git a/stargazer/services_impl.h b/stargazer/services_impl.h index 8101f2d9..9f0c5c91 100644 --- a/stargazer/services_impl.h +++ b/stargazer/services_impl.h @@ -28,7 +28,7 @@ #include "stg/noncopyable.h" #include "stg/logger.h" -#include +#include #include #include @@ -59,12 +59,12 @@ private: SERVICES_IMPL(const SERVICES_IMPL & rvalue); SERVICES_IMPL & operator=(const SERVICES_IMPL & rvalue); - typedef std::list::iterator iterator; - typedef std::list::const_iterator const_iterator; + typedef std::vector::iterator iterator; + typedef std::vector::const_iterator const_iterator; bool Read(); - std::list data; + std::vector data; STORE * store; STG_LOGGER & WriteServLog; mutable std::map searchDescriptors;