From 96e2873bfa2c6b8823aed3b4190c43cd5dab54e6 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Thu, 24 Sep 2020 10:23:39 -0700 Subject: [PATCH] Rename lldiskcache.* to llfilesystem.* - i think this is the right name since it's responsible for performing file system operations and (will eventually) delegrate to a separate disk cache component to save/load data and keep track of metadata etc. --- indra/llfilesystem/{lldiskcache.cpp => llfilesystem.cpp} | 0 indra/llfilesystem/{lldiskcache.h => llfilesystem.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename indra/llfilesystem/{lldiskcache.cpp => llfilesystem.cpp} (100%) rename indra/llfilesystem/{lldiskcache.h => llfilesystem.h} (100%) diff --git a/indra/llfilesystem/lldiskcache.cpp b/indra/llfilesystem/llfilesystem.cpp similarity index 100% rename from indra/llfilesystem/lldiskcache.cpp rename to indra/llfilesystem/llfilesystem.cpp diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/llfilesystem.h similarity index 100% rename from indra/llfilesystem/lldiskcache.h rename to indra/llfilesystem/llfilesystem.h