Skip to content
Snippets Groups Projects
Commit 210c0f28 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

DN-203 [crashhunters] LLIMModel::LLIMSession::onAvatarNameCach

parent e06472ff
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ class LLUrlEntryAgent : public LLUrlEntryBase ...@@ -183,7 +183,7 @@ class LLUrlEntryAgent : public LLUrlEntryBase
/// secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/(completename|displayname|username) /// secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/(completename|displayname|username)
/// that displays various forms of user name /// that displays various forms of user name
/// This is a base class for the various implementations of name display /// This is a base class for the various implementations of name display
class LLUrlEntryAgentName : public LLUrlEntryBase class LLUrlEntryAgentName : public LLUrlEntryBase, public boost::signals2::trackable
{ {
public: public:
LLUrlEntryAgentName(); LLUrlEntryAgentName();
......
...@@ -62,7 +62,7 @@ class LLIMModel : public LLSingleton<LLIMModel> ...@@ -62,7 +62,7 @@ class LLIMModel : public LLSingleton<LLIMModel>
{ {
public: public:
struct LLIMSession struct LLIMSession : public boost::signals2::trackable
{ {
typedef enum e_session_type typedef enum e_session_type
{ // for now we have 4 predefined types for a session { // for now we have 4 predefined types for a session
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment