DAVSessionFactory.hxx (6df1ea1f) DAVSessionFactory.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

--- 27 unchanged lines hidden (view full) ---

36#include "DAVException.hxx"
37
38using namespace com::sun::star;
39
40namespace com { namespace sun { namespace star { namespace lang {
41 class XMultiServiceFactory;
42} } } }
43
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

--- 27 unchanged lines hidden (view full) ---

36#include "DAVException.hxx"
37
38using namespace com::sun::star;
39
40namespace com { namespace sun { namespace star { namespace lang {
41 class XMultiServiceFactory;
42} } } }
43
44namespace webdav_ucp
44namespace http_dav_ucp
45{
46
47class DAVSession;
48
49class DAVSessionFactory : public salhelper::SimpleReferenceObject
50{
51public:
52 ~DAVSessionFactory() SAL_THROW(());

--- 15 unchanged lines hidden (view full) ---

68
69 ::uno::Reference< ::lang::XMultiServiceFactory > m_xMSF;
70
71 void releaseElement( DAVSession * pElement ) SAL_THROW(());
72
73 friend class DAVSession;
74};
75
45{
46
47class DAVSession;
48
49class DAVSessionFactory : public salhelper::SimpleReferenceObject
50{
51public:
52 ~DAVSessionFactory() SAL_THROW(());

--- 15 unchanged lines hidden (view full) ---

68
69 ::uno::Reference< ::lang::XMultiServiceFactory > m_xMSF;
70
71 void releaseElement( DAVSession * pElement ) SAL_THROW(());
72
73 friend class DAVSession;
74};
75
76} // namespace webdav_ucp
76} // namespace http_dav_ucp
77
78#endif // _DAVSESSIONFACTORY_HXX_
77
78#endif // _DAVSESSIONFACTORY_HXX_