t_store.cxx (73d9b18a) t_store.cxx (b9fd132d)
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

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

19 *
20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_store.hxx"
26
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

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

19 *
20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_store.hxx"
26
27#define _T_STORE_CXX "$Revision: 1.7.8.2 $"
27#define _T_STORE_CXX "$Revision$"
28#include <sal/types.h>
29#include <osl/diagnose.h>
30#include <osl/thread.h>
31#include <osl/time.h>
32#include <rtl/ustring.hxx>
33#include <store/store.hxx>
34
35#include <stdio.h>

--- 566 unchanged lines hidden ---
28#include <sal/types.h>
29#include <osl/diagnose.h>
30#include <osl/thread.h>
31#include <osl/time.h>
32#include <rtl/ustring.hxx>
33#include <store/store.hxx>
34
35#include <stdio.h>

--- 566 unchanged lines hidden ---