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