Move llfoldertype from llcommon/ to llinventory/

This commit is contained in:
Inusaito Sayori
2014-11-24 20:38:46 -05:00
parent 19cae9b59b
commit 80ac46c9a5
4 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ set(llcommon_SOURCE_FILES
llfile.cpp llfile.cpp
llfindlocale.cpp llfindlocale.cpp
llfixedbuffer.cpp llfixedbuffer.cpp
llfoldertype.cpp
llformat.cpp llformat.cpp
llframetimer.cpp llframetimer.cpp
llheartbeat.cpp llheartbeat.cpp
@@ -177,7 +176,6 @@ set(llcommon_HEADER_FILES
llfile.h llfile.h
llfindlocale.h llfindlocale.h
llfixedbuffer.h llfixedbuffer.h
llfoldertype.h
llformat.h llformat.h
llframetimer.h llframetimer.h
llhandle.h llhandle.h

View File

@@ -18,6 +18,7 @@ include_directories(
set(llinventory_SOURCE_FILES set(llinventory_SOURCE_FILES
llcategory.cpp llcategory.cpp
lleconomy.cpp lleconomy.cpp
llfoldertype.cpp
llinventory.cpp llinventory.cpp
llinventorydefines.cpp llinventorydefines.cpp
llinventorytype.cpp llinventorytype.cpp
@@ -35,6 +36,7 @@ set(llinventory_HEADER_FILES
llcategory.h llcategory.h
lleconomy.h lleconomy.h
llfoldertype.h
llinventory.h llinventory.h
llinventorydefines.h llinventorydefines.h
llinventorytype.h llinventorytype.h

View File

@@ -39,7 +39,7 @@
// This class handles folder types (similar to assettype, except for folders) // This class handles folder types (similar to assettype, except for folders)
// and operations on those. // and operations on those.
class LL_COMMON_API LLFolderType class LLFolderType
{ {
public: public:
// ! BACKWARDS COMPATIBILITY ! Folder type enums must match asset type enums. // ! BACKWARDS COMPATIBILITY ! Folder type enums must match asset type enums.