kitchensync Library API Documentation

dbwrapper.cpp

00001 #include "dbwrapper.h" 00002 00003 using namespace Vr3; 00004 00005 DBWrapper::DBWrapper() { 00006 } 00007 DBWrapper::~DBWrapper() { 00008 } 00009 bool DBWrapper::open( const QString& ) { 00010 return true; 00011 } 00012 void DBWrapper::close() { 00013 00014 }
KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 27 12:50:47 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003