~george-edison55/7basic/trunk

« back to all changes in this revision

Viewing changes to COutput.h

  • Committer: Nathan
  • Date: 2010-09-30 02:10:23 UTC
  • Revision ID: nathan@nathan-laptop-20100930021023-hovi8iciphs8x5hk
Added code to output ELF header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
protected:
157
157
 
 
158
    // Text based helper function
158
159
    void AppendString(const char *);
159
160
 
160
 
private:
161
 
 
 
161
    // The output stream
162
162
    COutputStream m_stream;
163
163
};
164
164