home *** CD-ROM | disk | FTP | other *** search
-
- // gfxadst.cpp
- //
- // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
-
- #include "stdgfx.h"
- #include "gfxadst.h"
-
- DATAOBJECT::DATAOBJECT () : MYOBJECT ()
- {
- } // End of Constructor for DATAOBJECT
-
- DATAOBJECT::~DATAOBJECT ()
- {
- } // End of Destructor for DATAOBJECT
-
-
-
-