forked from organicmaps/organicmaps
[alohalytics] Minor type renaming.
This commit is contained in:
parent
e6d6cf37a9
commit
3895bfbbf4
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ namespace alohalytics {
|
|||
|
||||
class StatisticsReceiver {
|
||||
std::string storage_directory_;
|
||||
UnlimitedFileQueue file_storage_queue_;
|
||||
TUnlimitedFileQueue file_storage_queue_;
|
||||
|
||||
public:
|
||||
explicit StatisticsReceiver(const std::string & storage_directory) : storage_directory_(storage_directory) {
|
||||
|
|
|
@ -273,7 +273,7 @@ class MessagesQueue final {
|
|||
|
||||
typedef MessagesQueue<1024 * 100> THundredKilobytesFileQueue;
|
||||
// TODO(AlexZ): Remove unnecessary file size checks from this specialization.
|
||||
typedef MessagesQueue<std::numeric_limits<std::streamoff>::max()> UnlimitedFileQueue;
|
||||
typedef MessagesQueue<std::numeric_limits<std::streamoff>::max()> TUnlimitedFileQueue;
|
||||
|
||||
} // namespace alohalytics
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue