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-client-uwp
Commits
7611b9d7
Commit
7611b9d7
authored
Oct 07, 2016
by
Nicolas Jager
Browse files
fix : move some properties from internal to public.
Change-Id: Id2d649c6533d5f5bfc8cda333930b1e1c0864ad2 Tuleap: #1211
parent
6290cc3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
RingD.h
View file @
7611b9d7
...
...
@@ -56,6 +56,9 @@ public:
return
daemonRunning_
;
}
}
property
StartingStatus
_startingStatus
;
property
String
^
_pin
;
property
String
^
_password
;
void
cancelOutGoingCall2
(
String
^
callId
);
// marche
...
...
@@ -68,9 +71,6 @@ internal: // why this property has to be internal and not public ?
}
}
property
StartingStatus
_startingStatus
;
property
String
^
_pin
;
property
String
^
_password
;
internal:
/* functions */
...
...
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