|
reSIProcate/stack
9694
|
specify the time at which a timezone shift will occur and the offset, in seconds More...
#include <SdpContents.hxx>
Public Member Functions | |
| Adjustment (unsigned long time, int offset) | |
| Adjustment (const Adjustment &rhs) | |
| Adjustment & | operator= (const Adjustment &rhs) |
Public Attributes | |
| unsigned long | time |
| int | offset |
specify the time at which a timezone shift will occur and the offset, in seconds
Definition at line 519 of file SdpContents.hxx.
| SdpContents::Session::Timezones::Adjustment::Adjustment | ( | unsigned long | time, |
| int | offset | ||
| ) |
Definition at line 766 of file SdpContents.cxx.
| SdpContents::Session::Timezones::Adjustment::Adjustment | ( | const Adjustment & | rhs | ) |
Definition at line 772 of file SdpContents.cxx.
| SdpContents::Session::Timezones::Adjustment & SdpContents::Session::Timezones::Adjustment::operator= | ( | const Adjustment & | rhs | ) |
Definition at line 528 of file SdpContents.hxx.
Referenced by operator=(), and resip::SdpContents::Session::Timezones::parse().
| unsigned long resip::SdpContents::Session::Timezones::Adjustment::time |
Definition at line 527 of file SdpContents.hxx.
Referenced by operator=(), and resip::SdpContents::Session::Timezones::parse().
1.7.5.1