Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
9cac312f
"README.md" did not exist on "01c236df47c2bc48af26e96d2a7bde8d32cf3514"
Commit
9cac312f
authored
12 years ago
by
Todd Stinson
Browse files
Options
Downloads
Patches
Plain Diff
Backed out changeset: 18b06d44c5a3
parent
9252ad10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llpathfindingmanager.cpp
+0
-47
0 additions, 47 deletions
indra/newview/llpathfindingmanager.cpp
with
0 additions
and
47 deletions
indra/newview/llpathfindingmanager.cpp
+
0
−
47
View file @
9cac312f
...
@@ -93,25 +93,6 @@ class LLAgentStateChangeNode : public LLHTTPNode
...
@@ -93,25 +93,6 @@ class LLAgentStateChangeNode : public LLHTTPNode
LLHTTPRegistration
<
LLAgentStateChangeNode
>
gHTTPRegistrationAgentStateChangeNode
(
SIM_MESSAGE_AGENT_STATE_UPDATE
);
LLHTTPRegistration
<
LLAgentStateChangeNode
>
gHTTPRegistrationAgentStateChangeNode
(
SIM_MESSAGE_AGENT_STATE_UPDATE
);
//---------------------------------------------------------------------------
// StinsonResponder
//---------------------------------------------------------------------------
class
StinsonResponder
:
public
LLHTTPClient
::
Responder
{
public:
StinsonResponder
(
const
std
::
string
&
pCapabilityURL
);
virtual
~
StinsonResponder
();
virtual
void
result
(
const
LLSD
&
pContent
);
virtual
void
error
(
U32
pStatus
,
const
std
::
string
&
pReason
);
protected:
private:
std
::
string
mCapabilityURL
;
};
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// NavMeshStatusResponder
// NavMeshStatusResponder
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
...
@@ -538,10 +519,6 @@ void LLPathfindingManager::requestGetCharacters(request_id_t pRequestId, object_
...
@@ -538,10 +519,6 @@ void LLPathfindingManager::requestGetCharacters(request_id_t pRequestId, object_
LLHTTPClient
::
ResponderPtr
charactersResponder
=
new
CharactersResponder
(
charactersURL
,
pRequestId
,
pCharactersCallback
);
LLHTTPClient
::
ResponderPtr
charactersResponder
=
new
CharactersResponder
(
charactersURL
,
pRequestId
,
pCharactersCallback
);
LLHTTPClient
::
get
(
charactersURL
,
charactersResponder
);
LLHTTPClient
::
get
(
charactersURL
,
charactersResponder
);
std
::
string
googleURL
=
"http://www.google.com/"
;
LLHTTPClient
::
ResponderPtr
stinsonResponder
=
new
StinsonResponder
(
googleURL
);
LLHTTPClient
::
get
(
googleURL
,
stinsonResponder
);
}
}
}
}
}
}
...
@@ -825,30 +802,6 @@ void LLNavMeshSimStateChangeNode::post(ResponsePtr pResponse, const LLSD &pConte
...
@@ -825,30 +802,6 @@ void LLNavMeshSimStateChangeNode::post(ResponsePtr pResponse, const LLSD &pConte
LLPathfindingManager
::
getInstance
()
->
handleNavMeshStatusUpdate
(
navMeshStatus
);
LLPathfindingManager
::
getInstance
()
->
handleNavMeshStatusUpdate
(
navMeshStatus
);
}
}
//---------------------------------------------------------------------------
// StinsonResponder
//---------------------------------------------------------------------------
StinsonResponder
::
StinsonResponder
(
const
std
::
string
&
pCapabilityURL
)
:
LLHTTPClient
::
Responder
(),
mCapabilityURL
(
pCapabilityURL
)
{
}
StinsonResponder
::~
StinsonResponder
()
{
}
void
StinsonResponder
::
result
(
const
LLSD
&
pContent
)
{
llinfos
<<
"STINSON DEBUG: success to URL '"
<<
mCapabilityURL
<<
"' with content "
<<
pContent
<<
llendl
;
}
void
StinsonResponder
::
error
(
U32
pStatus
,
const
std
::
string
&
pReason
)
{
llwarns
<<
"STINSON DEBUG: error with request to URL '"
<<
mCapabilityURL
<<
"' because "
<<
pReason
<<
" (statusCode:"
<<
pStatus
<<
")"
<<
llendl
;
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// LLAgentStateChangeNode
// LLAgentStateChangeNode
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment