SerfLockStore.cxx (8590a0fd) SerfLockStore.cxx (c1c10f68)
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

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

21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_ucb.hxx"
26
27#include <ne_locks.h>
28#include <ne_uri.h>
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

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

21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_ucb.hxx"
26
27#include <ne_locks.h>
28#include <ne_uri.h>
29#include "rtl/ustring.hxx"
30#include "osl/time.h"
31#include "osl/thread.hxx"
29#include <rtl/ustring.hxx>
30#include <osl/time.h>
31#include <osl/thread.hxx>
32#include "SerfSession.hxx"
33#include "SerfLockStore.hxx"
34
35using namespace http_dav_ucp;
36
37namespace http_dav_ucp {
38
39class TickerThread : public osl::Thread

--- 202 unchanged lines hidden ---
32#include "SerfSession.hxx"
33#include "SerfLockStore.hxx"
34
35using namespace http_dav_ucp;
36
37namespace http_dav_ucp {
38
39class TickerThread : public osl::Thread

--- 202 unchanged lines hidden ---