Kaydet (Commit) c0b35319 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use SAL_DLLPRIVATE instead of extra TUBES_DLLPRIVATE

Change-Id: I188bf325e6eb6db0250a58d9354860733950e887
üst 226383e6
......@@ -40,8 +40,8 @@ public:
/** Prepares document for collaboration and should call SetConference() */
virtual void StartCollaboration( TeleConference* pConference ) = 0;
TUBES_DLLPRIVATE sal_uInt64 GetId() const;
TUBES_DLLPRIVATE void Invite( TpContact* pContact ) const;
SAL_DLLPRIVATE sal_uInt64 GetId() const;
SAL_DLLPRIVATE void Invite( TpContact* pContact ) const;
/** Application calls this to display contacts dialog from where can the collaboration start */
void DisplayContacts();
......
......@@ -9,7 +9,6 @@
#else
#define TUBES_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define TUBES_DLLPRIVATE SAL_DLLPRIVATE
#endif // INCLUDED_TUBES_TUBESDLLAPI_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment