* style adjustments
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38426 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3e9b601da1
commit
f3dd81ab9b
@ -21,7 +21,8 @@ public:
|
||||
|
||||
// no-frills version: Simply appends the
|
||||
// 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;
|
||||
|
||||
// TODO: ... basically, all of it!
|
||||
|
@ -15,17 +15,20 @@ BDateTimeFormat::BDateTimeFormat()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
// copy constructor
|
||||
BDateTimeFormat::BDateTimeFormat(const BDateTimeFormat &other)
|
||||
: BFormat(other)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
// destructor
|
||||
BDateTimeFormat::~BDateTimeFormat()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
// Format
|
||||
status_t
|
||||
BDateTimeFormat::Format(bigtime_t value, BString* buffer) const
|
||||
|
Loading…
Reference in New Issue
Block a user