path_helper.hxx (565d668c) path_helper.hxx (22076bf1)
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

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

25#pragma warning (disable : 4800)
26#endif
27
28#ifndef _PATH_HELPER_HXX_
29#define _PATH_HELPER_HXX_
30
31#include "path_helper.h"
32#include <rtl/ustring.hxx>
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

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

25#pragma warning (disable : 4800)
26#endif
27
28#ifndef _PATH_HELPER_HXX_
29#define _PATH_HELPER_HXX_
30
31#include "path_helper.h"
32#include <rtl/ustring.hxx>
33#include <rtl/allocator.hxx>
34
35namespace osl
36{
37
38/*******************************************************************
39 osl_systemPathEnsureSeparator
40 Adds a trailing path separator to the given system path if not
41 already there and if the path is not the root path or a logical

--- 73 unchanged lines hidden ---
33
34namespace osl
35{
36
37/*******************************************************************
38 osl_systemPathEnsureSeparator
39 Adds a trailing path separator to the given system path if not
40 already there and if the path is not the root path or a logical

--- 73 unchanged lines hidden ---