Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
bbc08352
Commit
bbc08352
authored
Aug 17, 2017
by
Ronan
Browse files
feat(core): rename linphone.h to enums.h
parent
d986f2e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
src/enums.h
src/enums.h
+5
-5
src/event/message-event.h
src/event/message-event.h
+1
-1
No files found.
src/CMakeLists.txt
View file @
bbc08352
...
...
@@ -32,6 +32,7 @@ set(LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES
db/abstract/abstract-db-p.h
db/abstract/abstract-db.h
db/events-db.h
enums.h
event/call-event.h
event/event.h
event/message-event.h
...
...
@@ -42,7 +43,6 @@ set(LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES
object/object.h
object/singleton.h
utils/general.h
utils/linphone.h
utils/utils.h
)
...
...
src/
utils/linphone
.h
→
src/
enums
.h
View file @
bbc08352
/*
*
linphone
.h
*
enums
.h
* Copyright (C) 2017 Belledonne Communications SARL
*
* This program is free software: you can redistribute it and/or modify
...
...
@@ -16,10 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _
LINPHONE
_H_
#define _
LINPHONE
_H_
#ifndef _
ENUMS
_H_
#define _
ENUMS
_H_
#include "general.h"
#include "
utils/
general.h"
// =============================================================================
...
...
@@ -43,4 +43,4 @@ enum MessageState {
LINPHONE_END_NAMESPACE
#endif // ifndef _
LINPHONE
_H_
#endif // ifndef _
ENUMS
_H_
src/event/message-event.h
View file @
bbc08352
...
...
@@ -22,8 +22,8 @@
#include <list>
#include <string>
#include "enums.h"
#include "event.h"
#include "utils/linphone.h"
// =============================================================================
...
...
Write
Preview
Markdown
is supported
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