* style adjustments

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38426 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-29 20:40:15 +00:00
parent 3e9b601da1
commit f3dd81ab9b
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -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!
+3
View File
@@ -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