Logo
Explore Help
Sign In
kenmirrors/freeswitch
1
0
Fork 0
You've already forked freeswitch
mirror of https://github.com/signalwire/freeswitch.git synced 2025-07-27 04:05:04 +00:00
Code Issues Projects Releases Wiki Activity
freeswitch/libs/xmlrpc-c/include/xmlrpc-c/timeout.hpp

21 lines
359 B
C++
Raw Normal View History

add xmlrpc-c 1.03.14 to in tree libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3772 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-21 03:57:49 +00:00
#ifndef XMLRPC_TIMEOUT_H_INCLUDED
#define XMLRPC_TIMEOUT_H_INCLUDED
namespace xmlrpc_c {
struct timeout {
timeout() : finite(false) {}
timeout(unsigned int const duration) : duration(duration) {}
merged new xmlrpc-c revision 1472 from https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/trunk git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 20:56:24 +00:00
// 'duration' is the timeout time in milliseconds
add xmlrpc-c 1.03.14 to in tree libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3772 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-21 03:57:49 +00:00
bool finite;
merged new xmlrpc-c revision 1472 from https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/trunk git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 20:56:24 +00:00
unsigned int duration; // in milliseconds
add xmlrpc-c 1.03.14 to in tree libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3772 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-21 03:57:49 +00:00
};
} // namespace
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1598ms Template repo/home: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API