- ソース を表示
- slvoice/Sample_Source へ行く。
1: 2009-12-10 (木) 10:53:45 iseki ![]() |
現: 2009-12-10 (木) 10:54:43 iseki ![]() |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ** Sample Source Code [#be85ca01] | ||
*** linden/indra/newview/llvoiceclient.cpp [#oc7b5c90] | *** linden/indra/newview/llvoiceclient.cpp [#oc7b5c90] | ||
1037 void LLVoiceClient::userAuthorized(const std::string& firstName, const std::string& lastName, const LLUUID &agentID) | 1037 void LLVoiceClient::userAuthorized(const std::string& firstName, const std::string& lastName, const LLUUID &agentID) | ||
Line 29: | Line 30: | ||
1064 mAccountName = nameFromID(agentID); | 1064 mAccountName = nameFromID(agentID); | ||
1065 } | 1065 } | ||
+ | |||
+ | *** app_settings/settings.xml [#n4bd693d] | ||
+ | 9610 <key>VivoxDebugServerName</key> | ||
+ | 9611 <map> | ||
+ | 9612 <key>Comment</key> | ||
+ | 9613 <string>Hostname of the vivox account server to use for voice when not connected to Agni.</string> | ||
+ | 9614 <key>Persist</key> | ||
+ | 9615 <integer>1</integer> | ||
+ | 9616 <key>Type</key> | ||
+ | 9617 <string>String</string> | ||
+ | 9618 <key>Value</key> | ||
+ | 9619 <string>bhd.vivox.com</string> | ||
+ | 9620 </map> |
- slvoice/Sample_Source のバックアップ一覧
- slvoice/Sample_Source のバックアップ差分(No. All)
- 1: 2009-12-10 (木) 10:53:45 iseki
- 現: 2009-12-10 (木) 10:54:43 iseki