Changeset 3232 in Sophya for trunk/SophyaLib/BaseTools/dvlist.cc
- Timestamp:
- Apr 27, 2007, 5:19:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.cc
r2936 r3232 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h"6 5 #include "machdefs.h" 7 6 #include <stdlib.h> … … 10 9 #include "dvlist.h" 11 10 #include "strutil.h" 11 12 namespace SOPHYA { 12 13 13 14 //++ … … 624 625 } 625 626 627 626 628 #ifdef __CXX_PRAGMA_TEMPLATES__ 627 629 #pragma define_template ObjFileIO<DVList> … … 629 631 630 632 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 631 template class SOPHYA::ObjFileIO<DVList>;633 template class ObjFileIO<DVList>; 632 634 #endif 635 636 } // FIN namespace SOPHYA 637
Note:
See TracChangeset
for help on using the changeset viewer.