| 65 | #endif // US_BUILD_SHARED_LIBS |
| 66 | |
| 67 | std::vector<std::string> |
| 68 | GetExampleBundles() |
| 69 | { |
| 70 | std::vector<std::string> names; |
| 71 | names.push_back("eventlistener"); |
| 72 | names.push_back("dictionaryservice"); |
| 73 | names.push_back("frenchdictionary"); |
| 74 | names.push_back("dictionaryclient"); |
| 75 | names.push_back("dictionaryclient2"); |
| 76 | names.push_back("dictionaryclient3"); |
| 77 | names.push_back("spellcheckservice"); |
| 78 | names.push_back("spellcheckclient"); |
| 79 | return names; |
| 80 | } |
| 81 | |
| 82 | int |
| 83 | main(int /*argc*/, char** /*argv*/) |