| Revision 217,
397 bytes
checked in by martin, 6 years ago
(diff) |
|
Set svn:eol-style as appropriate for all files
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | // -------------------------------------------------------------------------- |
|---|
| 2 | // |
|---|
| 3 | // File |
|---|
| 4 | // Name: BoxException.cpp |
|---|
| 5 | // Purpose: Exception |
|---|
| 6 | // Created: 2003/07/10 |
|---|
| 7 | // |
|---|
| 8 | // -------------------------------------------------------------------------- |
|---|
| 9 | |
|---|
| 10 | #include "Box.h" |
|---|
| 11 | #include "BoxException.h" |
|---|
| 12 | |
|---|
| 13 | #include "MemLeakFindOn.h" |
|---|
| 14 | |
|---|
| 15 | BoxException::BoxException() |
|---|
| 16 | { |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | BoxException::~BoxException() throw () |
|---|
| 20 | { |
|---|
| 21 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.