1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/** * @file llsrv.h * @brief Wrapper for DNS SRV record lookups * * Copyright (c) 2007-$CurrentYear$, Linden Research, Inc. * $License$ */ #ifndef LL_LLSRV_H #define LL_LLSRV_H class LLSRV { public: static std::vector<std::string> rewriteURI(const std::string& uri); }; #endif // LL_LLSRV_H