|
Developers ManualProject homepage |
00001 00041 #if !defined(O3DBI_O3DBIBFILE_H) 00042 #define O3DBI_O3DBIBFILE_H 00043 00044 #include "O3DBIObject.h" 00045 00050 class O3DBIBfile : public O3DBIObject 00051 { 00052 public: 00053 O3DBIBfile(); 00054 virtual ~O3DBIBfile(); 00055 00056 public: 00057 bool operator==(const O3DBIBfile& other) const; 00058 virtual TO3DBIString ToString(void) const; 00059 }; 00060 00061 #endif // !defined(O3DBI_O3DBIBFILE_H)
|
|
Generated on Sun Jan 23 11:36:34 2005 for Oracle Object Oriented Database Interface (O3DBI) by
1.3.9.1
|