Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

FBwSvcBkp.h

Go to the documentation of this file.
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

Generated on Fri Jan 31 08:30:02 2003 for fbwrap by doxygen1.2.17