Commit e909b1d8 authored by claes's avatar claes

If noindex, don't write time

parent 4f2a1f57
/* /*
* Proview $Id: wb_print_wbl.h,v 1.10 2005-12-20 11:56:35 claes Exp $ * Proview $Id: wb_print_wbl.h,v 1.11 2008-01-28 06:33:58 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -101,7 +101,7 @@ public: ...@@ -101,7 +101,7 @@ public:
int getErrCnt() const { return m_errCnt;} int getErrCnt() const { return m_errCnt;}
void resetErrCnt() {m_errCnt = 0; } void resetErrCnt() {m_errCnt = 0; }
void keepName() { m_keepName = true;} void keepName() { m_keepName = true;}
void noIndex() { m_idxFlag = false;} void noIndex() { m_idxFlag = false; m_timeFlag = false;}
void noFoCode() { m_noFoCodeFlag = true;} void noFoCode() { m_noFoCodeFlag = true;}
void printHierarchy(wb_volume& v, wb_object& o); //< Prints a hierarchy void printHierarchy(wb_volume& v, wb_object& o); //< Prints a hierarchy
......
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