|
Developers ManualProject homepage |
00001 00011 #include "O3DBIBfile.h" 00012 00014 // Construction/Destruction 00016 00017 O3DBIBfile::O3DBIBfile() 00018 { 00019 00020 } 00021 00022 O3DBIBfile::~O3DBIBfile() 00023 { 00024 00025 } 00026 00027 bool O3DBIBfile::operator==(const O3DBIBfile& other) const 00028 { 00029 return true; 00030 } 00031 00032 TO3DBIString O3DBIBfile::ToString() const 00033 { 00034 return TO3DBIString(); 00035 }
|
|
Generated on Sun Jan 23 11:36:34 2005 for Oracle Object Oriented Database Interface (O3DBI) by
1.3.9.1
|