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.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 22:41:41 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003