00001 00007 //--------------------------------------------------------------------------- 00008 00009 #ifndef FBwSvcBkpH 00010 #define FBwSvcBkpH 00011 //--------------------------------------------------------------------------- 00012 namespace fbwrap 00013 { 00014 00015 // What are we using from standard libraries 00016 using std::string; 00017 00019 00026 class FBwSvcBkp : public FBwSvcRequest 00027 { 00028 public: 00029 FBwSvcBkp(string dbname, string poutfile, long poptions=0L, bool pverbose=false); 00030 }; 00031 00032 00033 //namespace fbwrap ends 00034 }; 00035 00036 #endif
1.2.17