summaryrefslogtreecommitdiff
path: root/ucbhelper/Library_ucbhelper.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-22 14:52:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-22 14:52:28 +0200
commit2d8911d9396a10ad794eb42b6d5a44e8f5af4d91 (patch)
tree05868189ccda3448cd5b554340b73df4b194de16 /ucbhelper/Library_ucbhelper.mk
parent12c152ccbf2890378b92e7d00ecc532fee36b83f (diff)
ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/
...where their use of boost::shared_ptr (instead of std::shared_ptr) matches the use in libcmis, but makes them unlikely to be useful anywhere else. So move them into ucb/source/ucb/cmis/. Change-Id: I68359be6b43d6889af4f241dcdcbdc0d9d70d717
Diffstat (limited to 'ucbhelper/Library_ucbhelper.mk')
-rw-r--r--ucbhelper/Library_ucbhelper.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk
index 6c338507e5d0..5226d9e76528 100644
--- a/ucbhelper/Library_ucbhelper.mk
+++ b/ucbhelper/Library_ucbhelper.mk
@@ -11,8 +11,6 @@ $(eval $(call gb_Library_Library,ucbhelper))
$(eval $(call gb_Library_use_sdk_api,ucbhelper))
-$(eval $(call gb_Library_use_external,ucbhelper,boost_headers))
-
$(eval $(call gb_Library_use_libraries,ucbhelper,\
cppu \
cppuhelper \
@@ -51,8 +49,6 @@ $(eval $(call gb_Library_add_exception_objects,ucbhelper,\
ucbhelper/source/provider/simpleinteractionrequest \
ucbhelper/source/provider/simpleioerrorrequest \
ucbhelper/source/provider/simplenameclashresolverequest \
- ucbhelper/source/provider/std_inputstream \
- ucbhelper/source/provider/std_outputstream \
))
# vim: set noet sw=4 ts=4: