home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TestTimeStamp.h
-
- Contains: Declaration for TTestTimeStamp class
-
- Copyright: © 1991-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef __TESTTIMESTAMP__
- #define __TESTTIMESTAMP__
-
- #ifndef __TESTCLASS__
- #include "TestClass.h"
- #endif
- #ifndef __LIBRARYMANAGERCLASSES__
- #include <LibraryManagerClasses.h>
- #endif
-
- #define kTTestTimeStampID kTestToolPrefix "TTestTimeStamp,1.2"
-
- class TTestTimeStamp : public TTestTool
- {
- BodyTest(TimeStamp, TimeStamp);
- };
-
- #endif
-
-
-