webdavdatasupplier.hxx (6df1ea1f) | webdavdatasupplier.hxx (59ddfc10) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 14 unchanged lines hidden (view full) --- 23 24#ifndef _WEBDAV_UCP_DATASUPPLIER_HXX 25#define _WEBDAV_UCP_DATASUPPLIER_HXX 26 27#include <vector> 28#include <rtl/ref.hxx> 29#include <ucbhelper/resultset.hxx> 30 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 14 unchanged lines hidden (view full) --- 23 24#ifndef _WEBDAV_UCP_DATASUPPLIER_HXX 25#define _WEBDAV_UCP_DATASUPPLIER_HXX 26 27#include <vector> 28#include <rtl/ref.hxx> 29#include <ucbhelper/resultset.hxx> 30 |
31namespace webdav_ucp { | 31namespace http_dav_ucp { |
32 33struct DataSupplier_Impl; 34class Content; 35struct DAVResource; 36class ContentProperties; 37 38class DataSupplier : public ucbhelper::ResultSetDataSupplier 39{ --- 39 unchanged lines hidden --- | 32 33struct DataSupplier_Impl; 34class Content; 35struct DAVResource; 36class ContentProperties; 37 38class DataSupplier : public ucbhelper::ResultSetDataSupplier 39{ --- 39 unchanged lines hidden --- |