llpaneldirpopular.cpp

Go to the documentation of this file.
00001 
00032 #include "llviewerprecompiledheaders.h"
00033 
00034 #include "llpaneldirpopular.h"
00035 
00036 LLPanelDirPopular::LLPanelDirPopular(const std::string& name, LLFloaterDirectory* floater)
00037 :       LLPanelDirFind(name, floater, "showcase_browser")
00038 {
00039         // *NOTE: This is now the "Showcase" section
00040 }
00041 
00042 // virtual
00043 void LLPanelDirPopular::search(const std::string& search_text)
00044 {
00045         // no-op, initial page is loaded during construction and there
00046         // is no search interface, just browse
00047 }

Generated on Fri May 16 08:33:50 2008 for SecondLife by  doxygen 1.5.5