summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/timer.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-12-16 13:30:34 +0000
committerBenny Prijono <bennylp@teluu.com>2009-12-16 13:30:34 +0000
commitf64da4846c63db9b4765668fcde09d992d0ed424 (patch)
treea948803308c1a936ab711acef39bfbb1268f63f9 /pjlib/include/pj/timer.h
parenteaae76bc3e865c2d3303d42db9501c2daeb66419 (diff)
Ticket #1004: Symbian timer heap fix
- timer heap now records active timers and cancel them when it's destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3034 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/timer.h')
-rw-r--r--pjlib/include/pj/timer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pjlib/include/pj/timer.h b/pjlib/include/pj/timer.h
index dbcae718..24d2bcb5 100644
--- a/pjlib/include/pj/timer.h
+++ b/pjlib/include/pj/timer.h
@@ -64,11 +64,7 @@ PJ_BEGIN_DECL
/**
* The type for internal timer ID.
*/
-#if defined(PJ_SYMBIAN) && PJ_SYMBIAN!=0
-typedef void *pj_timer_id_t;
-#else
typedef int pj_timer_id_t;
-#endif
/**
* Forward declaration for pj_timer_entry.