00001 //----------------------------------------------------- 00002 // msd_dw_main.cc 00003 // 00004 // Project: PDBe API Framework 00005 // Module: Sample of main program for calling api 00006 // 00007 // To build: 00008 // make -f msd_api_fw.mk buildc++ NAME=msd_dw_main 00009 // 00010 // Last updated: 18 April 2002 10:15 00011 // S. Sobhany 00012 //------------------------------------------------------ 00013 #include "otlv4.h" 00014 #include "msd_dw_data.h" 00015 #include "LppStream.hh" 00016 #include <stdio.h> 00017 #include <sstream> 00018 #include <sys/time.h> 00019 00020 using namespace std; 00021 00022 00023 00024 int main() { 00025 00026 00027 return 0; 00028 }
1.3.4-20031005