slvoice/Sample_Source
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Sample Source Code [#be85ca01]
*** linden/indra/newview/llvoiceclient.cpp [#oc7b5c90]
1037 void LLVoiceClient::userAuthorized(const std::str...
1038 {
1039 mAccountFirstName = firstName;
1040 mAccountLastName = lastName;
1041
1042 mAccountDisplayName = firstName;
1043 mAccountDisplayName += " ";
1044 mAccountDisplayName += lastName;
1045
1046 LL_INFOS("Voice") << "name \"" << mAccountDis...
1047
1048 sConnectingToAgni = LLViewerLogin::getInstanc...
1049
1050 // MBW -- XXX -- Enable this when the bhd.viv...
1051 if(sConnectingToAgni)
1052 {
1053 // Use the release account server
1054 mAccountServerName = "bhr.vivox.com";
1055 mAccountServerURI = "https://www." + mAcc...
1056 }
1057 else
1058 {
1059 // Use the development account server
1060 mAccountServerName = gSavedSettings.getSt...
1061 mAccountServerURI = "https://www." + mAcc...
1062 }
1063
1064 mAccountName = nameFromID(agentID);
1065 }
*** app_settings/settings.xml [#n4bd693d]
9610 <key>VivoxDebugServerName</key>
9611 <map>
9612 <key>Comment</key>
9613 <string>Hostname of the vivox account serve...
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>
終了行:
** Sample Source Code [#be85ca01]
*** linden/indra/newview/llvoiceclient.cpp [#oc7b5c90]
1037 void LLVoiceClient::userAuthorized(const std::str...
1038 {
1039 mAccountFirstName = firstName;
1040 mAccountLastName = lastName;
1041
1042 mAccountDisplayName = firstName;
1043 mAccountDisplayName += " ";
1044 mAccountDisplayName += lastName;
1045
1046 LL_INFOS("Voice") << "name \"" << mAccountDis...
1047
1048 sConnectingToAgni = LLViewerLogin::getInstanc...
1049
1050 // MBW -- XXX -- Enable this when the bhd.viv...
1051 if(sConnectingToAgni)
1052 {
1053 // Use the release account server
1054 mAccountServerName = "bhr.vivox.com";
1055 mAccountServerURI = "https://www." + mAcc...
1056 }
1057 else
1058 {
1059 // Use the development account server
1060 mAccountServerName = gSavedSettings.getSt...
1061 mAccountServerURI = "https://www." + mAcc...
1062 }
1063
1064 mAccountName = nameFromID(agentID);
1065 }
*** app_settings/settings.xml [#n4bd693d]
9610 <key>VivoxDebugServerName</key>
9611 <map>
9612 <key>Comment</key>
9613 <string>Hostname of the vivox account serve...
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>
ページ名: