* 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 // 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!
+3
View File
@@ -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