summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authormsrijita18 <msrijita189@gmail.com>2021-02-01 17:17:38 +0530
committerStephan Bergmann <sbergman@redhat.com>2021-02-02 20:56:27 +0100
commitb1fb6338cf483a1fd8c4a16746c8f7c3af8cba9e (patch)
tree262100aafc7b35778c512fbd10796d6abf18bc1c /include/osl
parent15a02261047cc60f3e080e74697bd88127124a03 (diff)
tdf#130978 Added comment to all published API
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/conditn.h4
-rw-r--r--include/osl/conditn.hxx4
-rw-r--r--include/osl/diagnose.h3
-rw-r--r--include/osl/doublecheckedlocking.h4
-rw-r--r--include/osl/endian.h4
-rw-r--r--include/osl/file.h4
-rw-r--r--include/osl/file.hxx4
-rw-r--r--include/osl/getglobalmutex.hxx4
-rw-r--r--include/osl/interlck.h4
-rw-r--r--include/osl/module.h4
-rw-r--r--include/osl/module.hxx4
-rw-r--r--include/osl/mutex.h4
-rw-r--r--include/osl/mutex.hxx4
-rw-r--r--include/osl/nlsupport.h3
-rw-r--r--include/osl/pipe.h3
-rw-r--r--include/osl/pipe.hxx4
-rw-r--r--include/osl/pipe_decl.hxx4
-rw-r--r--include/osl/process.h3
-rw-r--r--include/osl/profile.h4
-rw-r--r--include/osl/profile.hxx4
-rw-r--r--include/osl/security.h4
-rw-r--r--include/osl/security.hxx4
-rw-r--r--include/osl/security_decl.hxx4
-rw-r--r--include/osl/signal.h4
-rw-r--r--include/osl/socket.h4
-rw-r--r--include/osl/socket.hxx5
-rw-r--r--include/osl/socket_decl.hxx4
-rw-r--r--include/osl/thread.h4
-rw-r--r--include/osl/thread.hxx4
-rw-r--r--include/osl/time.h4
30 files changed, 117 insertions, 0 deletions
diff --git a/include/osl/conditn.h b/include/osl/conditn.h
index 785834bb103f..b39167a2dd4b 100644
--- a/include/osl/conditn.h
+++ b/include/osl/conditn.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_CONDITN_H
#define INCLUDED_OSL_CONDITN_H
diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index 7bb09d5739d6..5eb9ba431da7 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_CONDITN_HXX
#define INCLUDED_OSL_CONDITN_HXX
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h
index bb21989e3d5f..356f2945bfb4 100644
--- a/include/osl/diagnose.h
+++ b/include/osl/diagnose.h
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_OSL_DIAGNOSE_H
#define INCLUDED_OSL_DIAGNOSE_H
diff --git a/include/osl/doublecheckedlocking.h b/include/osl/doublecheckedlocking.h
index 8e7f4b24e0e8..f89ab362055b 100644
--- a/include/osl/doublecheckedlocking.h
+++ b/include/osl/doublecheckedlocking.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_DOUBLECHECKEDLOCKING_H
#define INCLUDED_OSL_DOUBLECHECKEDLOCKING_H
diff --git a/include/osl/endian.h b/include/osl/endian.h
index 766178a7eefc..c3a2344f77fb 100644
--- a/include/osl/endian.h
+++ b/include/osl/endian.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_ENDIAN_H
#define INCLUDED_OSL_ENDIAN_H
diff --git a/include/osl/file.h b/include/osl/file.h
index d8e680fed360..07d2beb2ae1f 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_FILE_H
#define INCLUDED_OSL_FILE_H
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 21e872d2d681..0608101ea4b5 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_FILE_HXX
#define INCLUDED_OSL_FILE_HXX
diff --git a/include/osl/getglobalmutex.hxx b/include/osl/getglobalmutex.hxx
index 628fe97c98f8..87d68b440a60 100644
--- a/include/osl/getglobalmutex.hxx
+++ b/include/osl/getglobalmutex.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX
#define INCLUDED_OSL_GETGLOBALMUTEX_HXX
diff --git a/include/osl/interlck.h b/include/osl/interlck.h
index c0e06fd6f659..6264c595d0b2 100644
--- a/include/osl/interlck.h
+++ b/include/osl/interlck.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_INTERLCK_H
#define INCLUDED_OSL_INTERLCK_H
diff --git a/include/osl/module.h b/include/osl/module.h
index 3d9a6cf1f2bd..9d80d352afaa 100644
--- a/include/osl/module.h
+++ b/include/osl/module.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_MODULE_H
#define INCLUDED_OSL_MODULE_H
diff --git a/include/osl/module.hxx b/include/osl/module.hxx
index dcbfd373b79f..37f7e249ee29 100644
--- a/include/osl/module.hxx
+++ b/include/osl/module.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_MODULE_HXX
#define INCLUDED_OSL_MODULE_HXX
diff --git a/include/osl/mutex.h b/include/osl/mutex.h
index d624beb0cd86..efc619d282a4 100644
--- a/include/osl/mutex.h
+++ b/include/osl/mutex.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_MUTEX_H
#define INCLUDED_OSL_MUTEX_H
diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx
index 84955b681143..96bfd3e02178 100644
--- a/include/osl/mutex.hxx
+++ b/include/osl/mutex.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_MUTEX_HXX
#define INCLUDED_OSL_MUTEX_HXX
diff --git a/include/osl/nlsupport.h b/include/osl/nlsupport.h
index 9173151f4054..439c4db355d1 100644
--- a/include/osl/nlsupport.h
+++ b/include/osl/nlsupport.h
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_OSL_NLSUPPORT_H
#define INCLUDED_OSL_NLSUPPORT_H
diff --git a/include/osl/pipe.h b/include/osl/pipe.h
index 4bb482e20b2a..f8835428d300 100644
--- a/include/osl/pipe.h
+++ b/include/osl/pipe.h
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_OSL_PIPE_H
#define INCLUDED_OSL_PIPE_H
diff --git a/include/osl/pipe.hxx b/include/osl/pipe.hxx
index 50022b7545c8..cb9e2ec248bd 100644
--- a/include/osl/pipe.hxx
+++ b/include/osl/pipe.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_OSL_PIPE_HXX
#define INCLUDED_OSL_PIPE_HXX
diff --git a/include/osl/pipe_decl.hxx b/include/osl/pipe_decl.hxx
index 7f35e1155b48..cad7538c7dc5 100644
--- a/include/osl/pipe_decl.hxx
+++ b/include/osl/pipe_decl.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_OSL_PIPE_DECL_HXX
#define INCLUDED_OSL_PIPE_DECL_HXX
diff --git a/include/osl/process.h b/include/osl/process.h
index 120d87e64ab8..14b9c2028508 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_OSL_PROCESS_H
#define INCLUDED_OSL_PROCESS_H
diff --git a/include/osl/profile.h b/include/osl/profile.h
index d8f6710cc85e..082f0e0a0bc6 100644
--- a/include/osl/profile.h
+++ b/include/osl/profile.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_PROFILE_H
#define INCLUDED_OSL_PROFILE_H
diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx
index f8ead83d3dc0..ec75e3ce3470 100644
--- a/include/osl/profile.hxx
+++ b/include/osl/profile.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_PROFILE_HXX
#define INCLUDED_OSL_PROFILE_HXX
diff --git a/include/osl/security.h b/include/osl/security.h
index 33483d4283fc..56674027ea19 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SECURITY_H
#define INCLUDED_OSL_SECURITY_H
diff --git a/include/osl/security.hxx b/include/osl/security.hxx
index af0d4016c4c3..6c928ea5d246 100644
--- a/include/osl/security.hxx
+++ b/include/osl/security.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SECURITY_HXX
#define INCLUDED_OSL_SECURITY_HXX
diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index a0346a69c519..464872b222f8 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SECURITY_DECL_HXX
#define INCLUDED_OSL_SECURITY_DECL_HXX
diff --git a/include/osl/signal.h b/include/osl/signal.h
index a467452bec10..66eb9db5e001 100644
--- a/include/osl/signal.h
+++ b/include/osl/signal.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SIGNAL_H
#define INCLUDED_OSL_SIGNAL_H
diff --git a/include/osl/socket.h b/include/osl/socket.h
index 846e3fab36b2..864e8df88d84 100644
--- a/include/osl/socket.h
+++ b/include/osl/socket.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SOCKET_H
#define INCLUDED_OSL_SOCKET_H
diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx
index 2ea81fcfd3e0..78d410e99a76 100644
--- a/include/osl/socket.hxx
+++ b/include/osl/socket.hxx
@@ -16,6 +16,11 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SOCKET_HXX
#define INCLUDED_OSL_SOCKET_HXX
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 25916897d0f9..de6442b273b2 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_SOCKET_DECL_HXX
#define INCLUDED_OSL_SOCKET_DECL_HXX
diff --git a/include/osl/thread.h b/include/osl/thread.h
index fdb216c75e14..d04fc0ef41fc 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_THREAD_H
#define INCLUDED_OSL_THREAD_H
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 215836c5e189..9db8ce3f9220 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_THREAD_HXX
#define INCLUDED_OSL_THREAD_HXX
diff --git a/include/osl/time.h b/include/osl/time.h
index 93cb28fca868..43661d4ac421 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_OSL_TIME_H
#define INCLUDED_OSL_TIME_H