DAVProperties.hxx (59ddfc10) DAVProperties.hxx (06594b87)
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

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

45
46 static void createSerfPropName( const rtl::OUString & rFullName,
47 SerfPropName & rName );
48 static void createUCBPropName ( const char * nspace,
49 const char * name,
50 rtl::OUString & rFullName );
51
52 static bool isUCBDeadProperty( const SerfPropName & rName );
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

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

45
46 static void createSerfPropName( const rtl::OUString & rFullName,
47 SerfPropName & rName );
48 static void createUCBPropName ( const char * nspace,
49 const char * name,
50 rtl::OUString & rFullName );
51
52 static bool isUCBDeadProperty( const SerfPropName & rName );
53 static bool isUCBSpecialProperty( const rtl::OUString & rFullName,
54 rtl::OUString & rParsedName );
53};
54
55} // namespace http_dav_ucp
56
57#endif // _DAVPROPERTIES_HXX_
55};
56
57} // namespace http_dav_ucp
58
59#endif // _DAVPROPERTIES_HXX_