summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-29 11:38:01 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-29 11:38:01 -0500
commitcfcb5a25dec927279a739d53884058b9221bcb49 (patch)
treee983d1b1ebf726f9872df77e5d6c0ddb0e11f3ef /inc
parent90c372a96486e1a778368b0631f4979057f9ed56 (diff)
Read a list of files from the "in" directory.
Diffstat (limited to 'inc')
-rw-r--r--inc/global.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/global.hxx b/inc/global.hxx
index 6b38895..fbb780f 100644
--- a/inc/global.hxx
+++ b/inc/global.hxx
@@ -4,12 +4,15 @@
#include <com/sun/star/frame/XDesktop.hpp>
+#include <string>
+
namespace test {
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDesktop >
bootstrap();
-void info(const char* msg);
+void info(const ::std::string& msg);
+void error(const ::std::string& msg);
}