* style adjustments
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38426 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,7 +21,8 @@ public:
|
|||||||
|
|
||||||
// no-frills version: Simply appends the
|
// no-frills version: Simply appends the
|
||||||
// formatted date to the string buffer.
|
// formatted date to the string buffer.
|
||||||
// Can fail only with B_NO_MEMORY or B_BAD_VALUE.
|
// Can fail only with B_NO_MEMORY or
|
||||||
|
// B_BAD_VALUE.
|
||||||
virtual status_t Format(bigtime_t value, BString* buffer) const;
|
virtual status_t Format(bigtime_t value, BString* buffer) const;
|
||||||
|
|
||||||
// TODO: ... basically, all of it!
|
// TODO: ... basically, all of it!
|
||||||
|
|||||||
@@ -15,17 +15,20 @@ BDateTimeFormat::BDateTimeFormat()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// copy constructor
|
// copy constructor
|
||||||
BDateTimeFormat::BDateTimeFormat(const BDateTimeFormat &other)
|
BDateTimeFormat::BDateTimeFormat(const BDateTimeFormat &other)
|
||||||
: BFormat(other)
|
: BFormat(other)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// destructor
|
// destructor
|
||||||
BDateTimeFormat::~BDateTimeFormat()
|
BDateTimeFormat::~BDateTimeFormat()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Format
|
// Format
|
||||||
status_t
|
status_t
|
||||||
BDateTimeFormat::Format(bigtime_t value, BString* buffer) const
|
BDateTimeFormat::Format(bigtime_t value, BString* buffer) const
|
||||||
|
|||||||
Reference in New Issue
Block a user