/indra/llcommon/llsecondlifeurls.h

https://bitbucket.org/lindenlab/viewer-beta/ · C++ Header · 76 lines · 6 code · 5 blank · 65 comment · 0 complexity · 883c231280cc034fe37cd5ed10827e90 MD5 · raw file

  1. /**
  2. * @file llsecondlifeurls.h
  3. * @brief Global URLs to pages on our web site
  4. *
  5. * $LicenseInfo:firstyear=2004&license=viewerlgpl$
  6. * Second Life Viewer Source Code
  7. * Copyright (C) 2010, Linden Research, Inc.
  8. *
  9. * This library is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation;
  12. * version 2.1 of the License only.
  13. *
  14. * This library is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with this library; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. *
  23. * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
  24. * $/LicenseInfo$
  25. */
  26. #ifndef LL_LLSECONDLIFEURLS_H
  27. #define LL_LLSECONDLIFEURLS_H
  28. /*
  29. // Account registration web page
  30. LL_COMMON_API extern const std::string CREATE_ACCOUNT_URL;
  31. // Manage Account
  32. LL_COMMON_API extern const std::string MANAGE_ACCOUNT;
  33. LL_COMMON_API extern const std::string AUCTION_URL;
  34. LL_COMMON_API extern const std::string EVENTS_URL;
  35. */
  36. // Tier up to a new land level.
  37. LL_COMMON_API extern const std::string TIER_UP_URL;
  38. // Tier up to a new land level.
  39. LL_COMMON_API extern const std::string LAND_URL;
  40. // How to get DirectX 9
  41. LL_COMMON_API extern const std::string DIRECTX_9_URL;
  42. /*
  43. // Upgrade from basic membership to premium membership
  44. LL_COMMON_API extern const std::string UPGRADE_TO_PREMIUM_URL;
  45. // Out of date VIA chipset
  46. LL_COMMON_API extern const std::string VIA_URL;
  47. // Support URL
  48. LL_COMMON_API extern const std::string SUPPORT_URL;
  49. // Linden Blogs page
  50. LL_COMMON_API extern const std::string BLOGS_URL;
  51. // Currency page
  52. LL_COMMON_API extern const std::string BUY_CURRENCY_URL;
  53. // LSL script wiki
  54. LL_COMMON_API extern const std::string LSL_DOC_URL;
  55. // SL KnowledgeBase page
  56. LL_COMMON_API extern const std::string SL_KB_URL;
  57. // Release Notes Redirect URL for Server and Viewer
  58. LL_COMMON_API extern const std::string RELEASE_NOTES_BASE_URL;
  59. */
  60. #endif