summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua2/types.hpp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2014-02-12 05:18:31 +0000
committerBenny Prijono <bennylp@teluu.com>2014-02-12 05:18:31 +0000
commite72b82609c1822ca2574286160e0385073f4ab93 (patch)
tree9a1a927a2fc594901eb098c32aca2cec276c9d61 /pjsip/include/pjsua2/types.hpp
parent507bdb737142e1fb7488936efb0ebfc258f1da61 (diff)
More pjsua2 API (re #1519): renamed TimeValue to TimeVal due to conflict in iOS SDK
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4742 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua2/types.hpp')
-rw-r--r--pjsip/include/pjsua2/types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua2/types.hpp b/pjsip/include/pjsua2/types.hpp
index 129ac4a6..4e1bb8c3 100644
--- a/pjsip/include/pjsua2/types.hpp
+++ b/pjsip/include/pjsua2/types.hpp
@@ -236,7 +236,7 @@ struct Version
/**
* Representation of time value.
*/
-struct TimeValue
+struct TimeVal
{
/**
* The seconds part of the time.