Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
9440be81
Commit
9440be81
authored
Aug 15, 2013
by
Tristan Matthews
Browse files
* #28473: sipbuddy: replace tabs with spaces, reindent.
parent
c5bc8f42
Changes
1
Show whitespace changes
Inline
Side-by-side
daemon/src/sip/sipbuddy.h
View file @
9440be81
...
...
@@ -63,7 +63,7 @@ static void buddy_timer_cb(pj_timer_heap_t *th, pj_timer_entry *entry);
class
SIPBuddy
{
public:
public:
/**
* Constructor
* @param uri SIP uri of remote user that we want to subscribe,
...
...
@@ -102,7 +102,7 @@ public:
std
::
string
getURI
();
friend
void
buddy_evsub_on_state
(
pjsip_evsub
*
sub
,
pjsip_event
*
event
);
friend
void
buddy_evsub_on_state
(
pjsip_evsub
*
sub
,
pjsip_event
*
event
);
friend
void
buddy_evsub_on_tsx_state
(
pjsip_evsub
*
sub
,
pjsip_transaction
*
tsx
,
pjsip_event
*
event
);
...
...
@@ -120,7 +120,7 @@ public:
lock_count
--
;
}
private:
private:
/**
* Plan a retry or a renew a subscription.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment