module.hxx (1be3ed10) module.hxx (d98e0520)
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

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

23
24
25#ifndef _VOS_MODULE_HXX_
26#define _VOS_MODULE_HXX_
27
28# include <vos/object.hxx>
29# include <rtl/ustring.hxx>
30# include <osl/module.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

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

23
24
25#ifndef _VOS_MODULE_HXX_
26#define _VOS_MODULE_HXX_
27
28# include <vos/object.hxx>
29# include <rtl/ustring.hxx>
30# include <osl/module.h>
31# include <vos/vosdllapi.h>
31
32namespace vos
33{
34
32
33namespace vos
34{
35
35class OModule : public OObject
36class VOS_DLLPUBLIC OModule : public OObject
36{
37 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OModule, vos));
38
39public:
40
41 /// default c'tor
42 OModule();
43

--- 32 unchanged lines hidden ---
37{
38 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OModule, vos));
39
40public:
41
42 /// default c'tor
43 OModule();
44

--- 32 unchanged lines hidden ---