timer.hxx (1be3ed10) timer.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_TIMER_HXX_
26#define _VOS_TIMER_HXX_
27
28# include <vos/refernce.hxx>
29# include <vos/mutex.hxx>
30# include <osl/time.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_TIMER_HXX_
26#define _VOS_TIMER_HXX_
27
28# include <vos/refernce.hxx>
29# include <vos/mutex.hxx>
30# include <osl/time.h>
31# include <vos/vosdllapi.h>
31
32
33namespace vos
34{
35
36/////////////////////////////////////////////////////////////////////////////
37//
38// TTimeValue

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

124//
125// Timer class
126//
127
128class OTimerManager;
129
130/** <code> class OTimer </code> : Interface for the Timer and handling the event
131*/
32
33
34namespace vos
35{
36
37/////////////////////////////////////////////////////////////////////////////
38//
39// TTimeValue

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

125//
126// Timer class
127//
128
129class OTimerManager;
130
131/** <code> class OTimer </code> : Interface for the Timer and handling the event
132*/
132class OTimer : virtual public OReference , virtual public OObject
133class VOS_DLLPUBLIC OTimer : virtual public OReference , virtual public OObject
133{
134 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OTimer, vos));
135
136public:
137
138 /// constructor
139 OTimer();
140 /// constructor

--- 56 unchanged lines hidden ---
134{
135 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OTimer, vos));
136
137public:
138
139 /// constructor
140 OTimer();
141 /// constructor

--- 56 unchanged lines hidden ---