root/swishctl/src/setup/stringbuffer.cpp

Revision 1232, 426 bytes (checked in by augur, 5 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 // stringbuffer.cpp: implementation of the stringbuffer class.
2 //
3 //////////////////////////////////////////////////////////////////////
4
5 #include "stdafx.h"
6 #include "stringbuffer.h"
7
8 //////////////////////////////////////////////////////////////////////
9 // Construction/Destruction
10 //////////////////////////////////////////////////////////////////////
11
12 stringbuffer::stringbuffer()
13 {
14
15 }
16
17 stringbuffer::~stringbuffer()
18 {
19
20 }
Note: See TracBrowser for help on using the browser.