Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-libclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-libclient
Commits
3a535fff
Commit
3a535fff
authored
9 years ago
by
Edric Milaret
Committed by
Guillaume Roguez
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix lib_export missing in global instances
Change-Id: I9d7263805bc2abfbe0d53b30d167b6057a466f25 Tuleap: #148
parent
d7bb8b66
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/globalinstances.h
+9
-9
9 additions, 9 deletions
src/globalinstances.h
with
9 additions
and
9 deletions
src/globalinstances.h
+
9
−
9
View file @
3a535fff
...
...
@@ -43,30 +43,30 @@ class ActionExtenderI;
*/
namespace
GlobalInstances
{
Interfaces
::
AccountListColorizerI
&
accountListColorizer
();
LIB_EXPORT
Interfaces
::
AccountListColorizerI
&
accountListColorizer
();
void
LIB_EXPORT
setAccountListColorizer
(
std
::
unique_ptr
<
Interfaces
::
AccountListColorizerI
>
instance
);
/**
* LRC does not provide a default implementation of this interface, thus an exception will be thrown
* if this getter is called without an instance being set by the client
*/
Interfaces
::
ContactMethodSelectorI
&
contactMethodSelector
();
LIB_EXPORT
Interfaces
::
ContactMethodSelectorI
&
contactMethodSelector
();
void
LIB_EXPORT
setContactMethodSelector
(
std
::
unique_ptr
<
Interfaces
::
ContactMethodSelectorI
>
instance
);
Interfaces
::
DBusErrorHandlerI
&
dBusErrorHandler
();
LIB_EXPORT
Interfaces
::
DBusErrorHandlerI
&
dBusErrorHandler
();
void
setDBusErrorHandler
(
std
::
unique_ptr
<
Interfaces
::
DBusErrorHandlerI
>
instance
);
/**
* LRC does not provide a default implementation of this interface, thus an exception will be thrown
* if this getter is called without an instance being set by the client
*/
Interfaces
::
ItemModelStateSerializerI
&
itemModelStateSerializer
();
LIB_EXPORT
Interfaces
::
ItemModelStateSerializerI
&
itemModelStateSerializer
();
void
LIB_EXPORT
setItemModelStateSerializer
(
std
::
unique_ptr
<
Interfaces
::
ItemModelStateSerializerI
>
instance
);
Interfaces
::
PixmapManipulatorI
&
pixmapManipulator
();
LIB_EXPORT
Interfaces
::
PixmapManipulatorI
&
pixmapManipulator
();
void
LIB_EXPORT
setPixmapManipulator
(
std
::
unique_ptr
<
Interfaces
::
PixmapManipulatorI
>
instance
);
Interfaces
::
PresenceSerializerI
&
presenceSerializer
();
LIB_EXPORT
Interfaces
::
PresenceSerializerI
&
presenceSerializer
();
void
LIB_EXPORT
setPresenceSerializer
(
std
::
unique_ptr
<
Interfaces
::
PresenceSerializerI
>
instance
);
/**
...
...
@@ -74,13 +74,13 @@ void LIB_EXPORT setPresenceSerializer(std::unique_ptr<Interfaces::PresenceSerial
* experimental state, so this getter will throw an exception unless an instance is set by the
* client
*/
Interfaces
::
ProfilePersisterI
&
profilePersister
();
LIB_EXPORT
Interfaces
::
ProfilePersisterI
&
profilePersister
();
void
LIB_EXPORT
setProfilePersister
(
std
::
unique_ptr
<
Interfaces
::
ProfilePersisterI
>
instance
);
Interfaces
::
ShortcutCreatorI
&
shortcutCreator
();
LIB_EXPORT
Interfaces
::
ShortcutCreatorI
&
shortcutCreator
();
void
LIB_EXPORT
setShortcutCreator
(
std
::
unique_ptr
<
Interfaces
::
ShortcutCreatorI
>
instance
);
Interfaces
::
ActionExtenderI
&
actionExtender
();
LIB_EXPORT
Interfaces
::
ActionExtenderI
&
actionExtender
();
void
LIB_EXPORT
setActionExtender
(
std
::
unique_ptr
<
Interfaces
::
ActionExtenderI
>
instance
);
...
...
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