Kaydet (Commit) 9473274d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin noise comments and superfluous vertical whitespace

Change-Id: I21620816a80e542fe9771ef22322c4bc42ce50bd
üst 08b8de7c
......@@ -25,7 +25,6 @@
#pragma warning (pop)
#endif
#include "po.hxx"
#include "helper.hxx"
......@@ -37,7 +36,6 @@
class GenPoEntry
{
private:
OString m_sExtractCom;
OString m_sReference;
OString m_sMsgCtxt;
......@@ -47,7 +45,6 @@ private:
bool m_bNull;
public:
GenPoEntry();
virtual ~GenPoEntry();
// Default copy constructor and copy operator work well
......@@ -219,10 +216,6 @@ void GenPoEntry::readFromFile(std::ifstream& rIFStream)
}
}
// Class PoEntry
PoEntry::PoEntry()
: m_bIsInitialized( false )
{
......@@ -399,10 +392,6 @@ OString PoEntry::genKeyId(const OString& rGenerator)
return OString(sKeyId);
}
// Class PoHeader
namespace
{
// Get actual time in "YEAR-MO-DA HO:MI+ZONE" form
......@@ -442,10 +431,6 @@ PoHeader::~PoHeader()
delete m_pGenPo;
}
// Class PoOfstream
PoOfstream::PoOfstream()
: m_aOutPut()
, m_bIsAfterHeader( false )
......@@ -503,10 +488,6 @@ void PoOfstream::writeEntry( const PoEntry& rPoEntry )
rPoEntry.m_pGenPo->writeToFile( m_aOutPut );
}
// Class PoIfstream
namespace
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment