Skip to content
Snippets Groups Projects
Commit 580ecaef authored by Loren Shih's avatar Loren Shih
Browse files

EXT-6689 : INFRASTRUCTURE : LLInventoryBridge code cleanup

Moved a bunch of local llinventorybridge functions into .cpp.
Did a bunch of superficial cleanup of llinventorybridge and related files.
parent 825e4df3
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,6 @@ class LLInventoryType ...@@ -75,7 +75,6 @@ class LLInventoryType
// machine transation between type and strings // machine transation between type and strings
static EType lookup(const std::string& name); static EType lookup(const std::string& name);
static const std::string &lookup(EType type); static const std::string &lookup(EType type);
// translation from a type to a human readable form. // translation from a type to a human readable form.
static const std::string &lookupHumanReadable(EType type); static const std::string &lookupHumanReadable(EType type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment