Geant4 Cross Reference |
1 // Copyright (C) 2010, Guy Barrand. All rights 1 // Copyright (C) 2010, Guy Barrand. All rights reserved. 2 // See the file tools.license for terms. 2 // See the file tools.license for terms. 3 3 4 #ifndef tools_wroot_seek 4 #ifndef tools_wroot_seek 5 #define tools_wroot_seek 5 #define tools_wroot_seek 6 6 7 ////////////////////////////////////////////// 7 ////////////////////////////////////////////////////////////////////////// 8 // Definition of a file pointer . 8 // Definition of a file pointer . // 9 ////////////////////////////////////////////// 9 ////////////////////////////////////////////////////////////////////////// 10 10 11 #include "../typedefs" 11 #include "../typedefs" 12 12 13 namespace tools { 13 namespace tools { 14 namespace wroot { 14 namespace wroot { 15 15 16 typedef int64 seek; 16 typedef int64 seek; 17 typedef int seek32; 17 typedef int seek32; 18 18 19 inline uint32 START_BIG_FILE() {return 2000000 19 inline uint32 START_BIG_FILE() {return 2000000000;} 20 20 21 inline uint32 big_file_version_tag() {return 1 21 inline uint32 big_file_version_tag() {return 1000;} 22 22 23 }} 23 }} 24 24 25 #endif 25 #endif