Changeset 3232 in Sophya for trunk/SophyaLib/BaseTools/timestamp.cc
- Timestamp:
- Apr 27, 2007, 5:19:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/timestamp.cc
r3082 r3232 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <stdio.h> … … 8 7 #include "pexceptions.h" 9 8 #include <iostream> 9 10 namespace SOPHYA { 10 11 11 12 /*! … … 352 353 353 354 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 354 template class SOPHYA::ObjFileIO<TimeStamp>;355 template class ObjFileIO<TimeStamp>; 355 356 #endif 357 358 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.