diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-08-08 13:23:02 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-08-08 13:23:02 -0400 |
commit | 50f3e227a2ba511a1110b3e5a214db73ba3cc4e8 (patch) | |
tree | b8444cf2ff47b66743ecf304c24b3fcb04e9deba | |
parent | ac7f7366cd8147f7826c6d59584c96ecf6115c61 (diff) |
Move llhandle.h into llcommon; same generality as llpointer.h.
Leaving llhandle.h in llui restricts the set of viewer project directories
which could potentially use it, and there's nothing whatsoever UI-specific
about it.
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 | ||||
-rw-r--r-- | indra/llcommon/llhandle.h (renamed from indra/llui/llhandle.h) | 0 | ||||
-rw-r--r-- | indra/llui/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index dd7b8c6eb8..36a8319189 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -174,6 +174,7 @@ set(llcommon_HEADER_FILES llfoldertype.h llformat.h llframetimer.h + llhandle.h llhash.h llheartbeat.h llhttpstatuscodes.h diff --git a/indra/llui/llhandle.h b/indra/llcommon/llhandle.h index 37c657dd92..37c657dd92 100644 --- a/indra/llui/llhandle.h +++ b/indra/llcommon/llhandle.h diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index cca4ca3981..d92b6aa1c0 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -155,7 +155,6 @@ set(llui_HEADER_FILES llflyoutbutton.h llfocusmgr.h llfunctorregistry.h - llhandle.h llhelp.h lliconctrl.h llkeywords.h |