00001 #ifndef STOR_BASE_COUNTER_H 00002 #define STOR_BASE_COUNTER_H 00003 00013 #include <iostream> 00014 00015 namespace stor 00016 { 00017 class BaseCounter 00018 { 00019 00020 public: 00021 00022 static double getCurrentTime(); 00023 00024 }; 00025 } 00026 00027 #endif